@charset "utf-8";
/* CSS Document */

body
{
	background-color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#999;
}

#wrapper {
	margin:0 auto;
	position: relative;
}

.slider
{
	margin:0 auto;
	/*height:380px;*/
	height: 425px;
	position:relative;
}


.slider .caption ul
{
	padding-left:20px;
}


/*this is for example_api.html*/
#custom_controls
{
	width:210px;
	margin:0px auto;
}

.image-right{
	float:right;
	margin:2px 0 0 7px;
	padding:0;
	width:377px;
	height:332px;
	overflow:hidden;
	border-radius:3px;
}

/*
.content-box{
	height: 265px;
	overflow: auto;	
	clear:both;
}
*/

.content-box{
	height: 265px;	
	position: relative;
	overflow:hidden;
}

.content-box .textbox{
	position:relative;
	top:5px;
	
}

.content-box .textbox h1{
	color:#e0bd7a;
	font-size: 1.2em;
	font-weight: bold;	
}
.content-box .textbox h2{
	color:#c9def2;
	font-size: 1em;
	font-weight: bold;
}
.content-box .textbox h3{
	color:#e0bd7a;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
.content-box .textbox li {
	list-style-position: inside;
	color: #CC9999;
}

.content-box .textbox ul {
	margin:6px 0 8px 0;
	font-size: .9em;
	line-height: 1.2em;
}

.light-round-extended .html .content-box p.byline{
	font-size: 0.9em;
	color: #c9def2;
	font-style: italic;
	text-align: right;
}

.light-round-extended .navigation-thumbnails.horizontal .arrows a.previous
{
	left:10px;
}


.light-round-extended .navigation-thumbnails.horizontal .arrows a.next
{
	right:10px;
}

/*
#pagedown{
	position:absolute;
	height:40px;
	width:40px;
	top: 300px;
	left: 100px;
	z-index:999;
}

#pageup{
	position:absolute;
	height:40px;
	width:40px;
	top: 300px;
	left: 20px;
}

.pagedown img, .pageup img{
	border:none;
}
*/

.advanced-slider .scrollControls{
	position: absolute;
	top: 295px;
	left: 5px;
	width: 200px;
	height: 40px;
	z-index:400;
	border-radius:3px;
	background-color:#888;
}

.advanced-slider .scrollControls a{
	height:40px;
	width:40px;
	margin:2px 5px 0px 5px;

}

.advanced-slider .scrollControls .scrollDown{
	float:right;
	background-image:url(../img/downarrow.png);
	background-repeat: no-repeat;

}

.advanced-slider .scrollControls .scrollUp{
	float:left;
	background-image:url(../img/uparrow.png);
	background-repeat: no-repeat;
	display: none;
}