body {margin:0; padding:0; background-color:#ffffcc; color:#000; height:100%; font-family: Arial; overflow:hidden}
.big {overflow:auto}

#header { background-repeat:no-repeat; height:56px; 
	font-size:40px; text-align:center; color:#b00; font-family: Georgia, Times New Roman; font-weight:bold}
#albumcaption {font-size:15px; width: 420px; position:absolute; top:350px; width: 100%;} 
#albumcaption .padding {width:420px; margin-left:auto; margin-right:auto; }
.big #albumcaption .padding { width:720px; }
.big #albumcaption { top: 550px;  }
.big .imgwrap { float:right; margin:20px; width:420px; }
.big .img_text { width:250px; height:100%; border-right:2px dashed #f36; float:left;}
.img_text .padding { padding:20px; }

.jcarousel {
	width:100%;
}
.big #body {
	width:840px;
}
a { color:#7f7f7f; }
.desc, .source { font-size:10px; line-height:10px; text-align:left; }
.source {text-align:right; font-weight:bold; padding:10px;}
.big .desc, .big .source  { font-size:15px; line-height:15px;  }
.jcarousel-item  .title {
	font-weight: bold;
	z-index:10;
	width:100%;
	text-align:left;
	font-size:20px;
	line-height:16px;
}
.jcarousel-item  .date {
	font-weight: bold;
	z-index:10;
	width:100%;
	color:#993300;
	font-family:Georgia, Times New Roman;
	text-align:left;
	font-size:24px;
	line-height:18px;
}
.big .jcarousel-item  .title {
	font-size: 20px;
	line-height: 16px;
}
.big .wrapper { padding-right:20px; padding-top:10px; padding-bottom:10px}
.wrapper  { padding-right:10px; padding-top:5px; padding-bottom:5px}
.jcarousel-container {
	padding-left:40px; padding-right:40px;
}
.big .jcarousel-container-horizontal ,
.big .jcarousel-clip-horizontal  ,
.big .jcarousel-item  {
	width:  720px;
	height: 420px;
}
.jcarousel-container-horizontal ,
.jcarousel-clip-horizontal  ,
.jcarousel-item  {
	width:  420px;
	height: 500px;
    
	
}
.date_block { float: left; border:2px solid #000; border-width:0 1px 0 1px; font:10px Arial; }
#body {
	
	background-image:url(backg.jpg);
	padding-bottom:20px;
}
.jci_wrapper {
	height: 98%;
	border:3px solid #000;
	border-radius:10px;
}
.jcarousel-item  .imgwrap img{
	height:315px;
}
.imgwrap .wrapper {
	height:300px;
	overflow:hidden;
	width:400px;
}
.big .imgwrap {
	height:480px;
}
.jcarousel-item-horizontal {
    margin-right: 7px;
}
.jcarousel-item-vertical {
    margin-bottom: 7px;
}

.jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 30px;
    right: 5px;
    width: 32px;
    height: 128px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
#timeline {
	width:500px;
}

.big #timeline {
	width:680px
}

.break {
	clear:both;
}
.slide_block {
	float:left;
	font-size:1px;
	line-height:16px;
	margin:1px;
	width:10px;
	background-color:#f90;
	color:#f90;
}
.big .slide_block {
	width: 15px;
}
.active {
	background-color:#f33;
	color:#f33;
}
.jcarousel-prev-horizontal {
    position: absolute;
    top: 30px;
    left: 5px;
    width: 32px;
    height: 128px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}
.big .jcarousel-prev-horizontal, .big .jcarousel-next-horizontal {
}
.jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
