#gallery {
background:url("images/home/galleryframe.png") no-repeat scroll 0 0 transparent;
height:200px;
margin-left:-50px;
padding:42px 0 0 7px;
top:0;
width:370px;
}
#photoGalleryBar { /*Do not change the name of ID */display:block;
height:190px;
margin-bottom:10px;
overflow:hidden;
position:relative;
width:430px;}
#photoGalleryBar .container { /*Do not change the name of class */	position: absolute;	left: 29px; width: 915px; height: 190px;overflow:hidden;}
#photoGalleryBar #previous_button { /*Do not change the name of class */	background:url("images/home/galleryframe.png") repeat scroll -100px -100px transparent;
cursor:pointer;
height:50px;
margin-left:-8px;
position:absolute;
top:67px;
width:50px;
z-index:100;}
#photoGalleryBar #previous_button_disabled { /*Do not change the name of class */	background: url(default/left-disabled.gif); cursor:default;}
#photoGalleryBar #previous_button.disabled { /*Do not change the name of class */	background: url(default/left-disabled.gif);
cursor:default;}

#photoGalleryBar #next_button { /*Do not change the name of class */background:url("images/home/galleryframe.png") repeat scroll -150px -100px transparent;
cursor:pointer;
height:50px;
position:absolute;
right:24px;
top:67px;
width:50px;
z-index:100;}
#photoGalleryBar #next_button_disabled { /*Do not change the name of class */	background: url(default/right-disabled.gif);
	cursor:default;}
#photoGalleryBar #next_button.disabled { /*Do not change the name of class */	background: url(default/right-disabled.gif);
	cursor:default;}
	
#photoGalleryBar ul { /* Main page photo gallery is displayed in a list format */
	width: 100000px;
	position: relative;
}
#photoGalleryBar ul li {
	display:inline;
	float:left;
	width:300px;
	margin-left:0px;
	margin-right:0px;
	text-decoration: none;
}
#photoGalleryBar ul li a.photogallery_title{}
#photoGalleryBar ul li a.photogallery_title:hover {}
#photoGalleryBar a img{display:block;}
#photoGalleryBar img {	display:block;	width:300px;	height:172px;}
