body { }
p { }
td { }
a:link { }
a:visited { }
a:hover { }
a:active { }


.pics {  
    clear: both;
    height:  476px;  
    width:   658px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 0px;  
    width:  658px; 
    height: 476px; 
    top:  0; 
    left: 0 
} 

.slide_base  {
	background-image: url(../images/home/slide_base.gif);
	background-repeat: no-repeat;
	width: 658px;
	height: 53px;
	}



.buttons {
	width: 32px;
	height: 53px;
	display: block;
	cursor: pointer;
	float:right;
	padding: 0px 15px 0px 0px;


}

#detail_fade {
position:relative;
	width: 113px;
	height: 19px;
	cursor: pointer;
	float:right;
	padding: 18px 0px 0px 0px;
	background-image:url(../images/common/next_divider.gif);
	background-position: 107px 18px;
	background-repeat:no-repeat;
	z-index: 1;

}

.detail a:link, .detail a:visited { 
	text-decoration: none !important;
	color: #fff;

}

.detail a:hover, .detail a:active {
	text-decoration: underline !important;
	color: #a3860e;

}


a:hover { }
a:active { }

#prev, #next {
	display:block;
	height:16px;
	margin:0px;
	padding: 0px;
	cursor:pointer;
	}
	
	#next {
		width:32px;
			z-index: 100;
		}
		
.buttons span {
display: none;
}

.slide_info  {
width: 300px;
}

.info {
	position: relative;
	top: 5px;
	left: 34px;
	width: 500px;
	float: left;
	
}

.info p {
	margin:0;
	padding: 13px 0px 0px 0px;
}

#slide_container  {
	width: 658px;
}
