
#wrap {
	background-image:url('/th/slideshow/repeat.gif');
	background-repeat:repeat-x;
	width:100%;
	height:343px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;

	
}


#container {
	width:415px;
	height:325px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-305px;
	
}

.rollover img {
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1.0;
}

.rollover:hover img {
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}



#slideshowHolder{
	margin-left:auto;
	margin-right:auto;	
	margin-top:12px;
}
