
#container
{
	text-align: right;
	width: 355px;
	height: 170px;
	margin: 0px auto 0px;
	font-size: 12px;
	background: url(NewImages/2.jpg) no-repeat center;
	background-position: top;
}

#container1
{
	text-align: right;
	width: 426px;
	height: 170px;
	margin: 0px auto 0px;
	font-size: 12px;
	background: url(NewImages/3.jpg) no-repeat center;
	background-position: top;
}


/* DIV container slider example */
#gallery_container2
{
	width: 355px;
	height: 170px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px;
	display: block;
	position: relative;	
	
}

/* create custom forward-backward buttons for this container */
#gallery_container2 .addfwd
{
	display: block;
	position: absolute;
	cursor: pointer;
	width: 25px;
	height: 30px;
	top: 62px;
	right: 0px; 
}
#gallery_container2 .addbkwd
{
	display: block;
	position: absolute;
	cursor: pointer;
	width: 25px;
	height: 30px;
	top: 62px;
	right: 0px;
}

/* the width is set to show the number of thumbnails that will be visible */
#thumb_container2
{
	position: relative;
	overflow: hidden;
	width: 320px;
	height: 120px;
	margin: 23px auto 0px;	
}
/* the thumbnails container; set a width on it so everything will be fine */
#thumbs2
{
	display: block;
	position: relative;
	width: 6000px;
	padding-top:20px;	
}

#thumbs2 div.thumbnail
{
	display: block;
	position: relative;
	float: left;
	margin-right: 30px;
	font-size: 11px;
	width: 77px;
	text-align: center;
}

#thumbs2 a
{
	padding: 0px;
	margin: 0px;
	clear: both;
	display: block;
}
#thumbs2 a img
{
	border: 1px #333333 solid;
}





/* DIV container slider example */
#gallery_container3
{
	width: 426px;
	height: 170px;
	display: block;
	position: relative;
	margin: 0px auto 0px;
	padding: 0px 0px 0px;	
}

/* create custom forward-backward buttons for this container */
#gallery_container3 .addfwd
{
	display: block;
	position: absolute;
	cursor: pointer;
	width: 25px;
	height: 30px;
	top: 62px;
	right: 0px; 
}
#gallery_container3 .addbkwd
{
	display: block;
	position: absolute;
	cursor: pointer;
	width: 25px;
	height: 30px;
	top: 62px;
	right: 0px;
}

/* the width is set to show the number of thumbnails that will be visible */
#thumb_container3
{
	position: relative;
	overflow: hidden;
	width: 380px;
	height: 115px;
	margin: 24px auto 0px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#thumbs3
{
	display: block;
	position: relative;
	width: 6000px;
	padding-top:20px;
}

#thumbs3 div.thumbnail
{
	display: block;
	position: relative;
	float: left;
	margin-right: 11px;
	font-size: 11px;
	width: 80px;
	text-align: center;
}

#thumbs3 a
{
	padding: 0px;
	margin: 0px;
	clear: both;
	display: block; text-decoration:none; color:#000000; 
}
#thumbs3 a img
{
	border: 1px #333333 solid;
}





/* the forward and backward buttons */

.addbkwd
{
	display: block;
	position: absolute;
	cursor: pointer;
	width: 20px;
	height: 25px;
	top: 0px;
	left: 0px;
}

