/* 
	Resets defualt browser settings
	reset.css
*/

.bigdiv{ width:883px; height:388px; background:url(../images/redbg.jpg) no-repeat; margin:0 auto}
.prevnarrow a{ background:url(../images/leftnarrow.jpg) no-repeat  center top}
.prevnarrow a:hover{background:url(../images/leftnarrow2.jpg) no-repeat  center top}

.nextnarrow a{ background:url(../images/rightnarrow.jpg) no-repeat}
.nextnarrow a:hover{background:url(../images/rightnarrow2.jpg) no-repeat}




#container_photo {
	width:580px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#example {
	width:600px;
	height:350px;
	position:relative;

}


#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:100;

}
#slides a{cursor:hand;}

#slides .next,#slides .prev {
	position:absolute;
	top:328px;
	left:-78px;
	width:100px;
	height:43px;
	width:100px;
	color::#f00;
	display:block;
	z-index:101;
	
}


.slides_container {
	width:539px;
	height:350px;
	
	margin-left:18px;
	overflow:hidden;
	position:relative;

}

#slides .next {
	left:585px;
	top:300;
}

.pagination {
	margin:0 auto 0;
	width:100px;
	height:1px;
	line-height:1pxl
	overflow:hidden;
	
}

.pagination li {
	float:left;
	margin:0 0px;
	overflow:hidden;
}

.pagination li a {

	width:0px;
	height:0;
	height:0px;
	line-height:1px;
	padding-top:12px;
	/*background-image:url(../img/pagination.png);*/
	background-position:0 0;
	overflow:hidden;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 0px;
}

.caption {
	position:absolute;
	
	height:50px;
	text-align:center;
	padding:5px 20px 0 20px;
	background:url(../images/title_y.png) no-repeat 60px;
	_background:url(../images/title_y.gif) no-repeat 60px;
	width:539px;
	font-size:12px;
	line-height:50px;
	color:#000;
	
	
	/*
	text-shadow:none;
	*/
}

.caption p{margin:0;}


