
/* DIV container slider example */
#gallery_container2 {  width:800px; height:110px ; padding:7px 0px 0px; display:block; position:relative; margin-right:-20px; margin-left:-20px; margin-top:20px;}

/* the width is set to show the number of thumbnails that will be visible */
#thumb_container2{ position:relative ; overflow:hidden ; width:800px; height:110px ; margin:0px auto 0px; }
/* the thumbnails container; set a width on it so everything will be fine */
#thumbs2 { display:block; position:relative; width:6000px; }

#thumbs2 div.thumbnail { display:block; position:relative; float:left; margin-right:27px; font-size:10px; width:127px; text-align:center; }

#thumbs2 a { padding:0px; margin:0px; clear:both; display:block; }
#thumbs2 a img{ border:1px #999 solid; }

/* thumbnail slider end */
.slider_bultinjas{
	display:block;
	float:right;
	cursor:pointer;
	padding-right:6px;
}
.newfwd{
	display:block;
	float:right;
	width:27px;
	height:24px;
	background-image:url(images/slider_fwd.png);
	cursor:pointer;
	position:absolute;
	top:-20px;
	right:20px;
}
.newbkwd{
	display:block;
	float:right;
	width:27px;
	height:24px;
	background-image:url(images/slider_bkwd.png);
	cursor:pointer;
	position:absolute;
	top:-20px;
	right:60px;
}