#js_rotation_container
{
	width:320px;
	height:195px;	
	/*background-image: url('../imagesps/1.jpg');*/	
}

#jsr_head_container
{
	width:320px;
	height:20px;
	padding-top:10px;
	clear:both;
	/*background-color:gray;*/
}
#jsr_title
{
	width:170px;
	height:20px;
	font-size: 17px;
	/*text-decoration: underline;*/
	text-transform: uppercase;
	color:white;
	float:left;
	padding-left: 10px;
	/*background-color:blue;*/
}
#jsr_number_navigation
{
	width:130px;
	height:20px;
	font-size: 18px;		
	text-align:right;	
	/*background-color:red;*/
	float:left;	
}
#jsr_number_navigation a
{
	text-decoration: none;
	color:white;
	font-weight: bold;	
}
#jsr_buttons
{
	/*background-color: red;*/
	margin-left: 10px;

}
#jsr_buttons a
{

	color:white;
}

#slider {

	/* You MUST specify the width and height */
	width:270px;
	/*height:186px; +number*/
	height:130px;
	position:relative;
	top: 10px;
	left:5px;	
	overflow:hidden;
	margin-bottom: 20px;
	border-bottom: 1px solid #909090;
	border-top: 1px solid #909090;
	
}

#mask-gallery {
	
	/*overflow:hidden;*/	
}

#gallery {
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	z-index:0;
	
	/* width = total items multiply with #mask gallery width */
	width:900px;
	overflow:hidden;
}

#gallery li 
{	
	/* float left, so that the items are arrangged horizontally */
	float:left;
}


#mask-excerpt {
	
	/* Set the position */
	position:absolute;	
	top:0;
	left:0;
	z-index:500;
	
	/* width should be lesser than #slider width */
	width:260px;
	overflow:hidden;	
	

}
	
#excerpt {
	/* Opacity setting for different browsers */
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	
	/* Set the style */
	width:260px;
	overflow:hidden;
	font-family:arial;
	font-size:10px;
	color:#fff;	
	
}

#excerpt li {
	padding:5px;
	font-size: 12px;
	font-weight: bold;
}
	


.clear {
	clear:both;	
}
