.picture_holder 
{
	border: solid 1px #ccc ;
	padding: 3px;
	padding-top: 5px;
	margin: 3px;
	height: 110px;
	width: 110px;
	float: left;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.picture_holder:hover {
	background-color: #EAEAEA;
}

#left-pane {
	width: 270px;
	background-color: #2C2C2C;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	float: left;
	margin-right: 10px;
	text-align: left;
}

#right-pane
{
	float: left;
	width: 625px;
}

#right-pane img
{
	border: none;
}

#category-container-ul {
	padding: 5px;
	margin-left: 0;
	list-style: none;
}

#category-container-ul a {
	color: white;
	text-decoration: none;
	list-style: inside;
}

#category-container-ul a:hover {
	color: Orange;
}

.sub-category-ul {
	padding: 5px;
	margin-left: 0;
	list-style: none;
}

.sub-category-li {
	margin-left: 0px;
	padding: 3px;
	list-style: none;
	display: block;
}

.sub-category-li:hover {
	background-color: #4A4A4A;
}

.inside_container_gallery {
	width: 930px;
	min-height: 800px;
	height: 100%;
	float: left;
	margin-bottom: 15px;
	clear: both;
	background: White;
	position: relative;
	left: 15px;
	display: inline-block;
	overflow: hidden;
}

.divbody_gallery {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
	width:915px;
	margin: 5px;
}

.tab_left_inside_gallery {
	position: relative;
	left: -15px;
	background-image: url(../images/tab_black.gif);
	background-repeat: repeat-x;
	width: 960px;
	height: 25px;
	padding: 0;
	margin: 0;
}

.gallery_h1 {
	padding: 5px;
	padding-top: 10px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 3px;
	height: 25px;
	width: 602px;
	background-color: #E7E7E7;
	border: solid 1px #ccc;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: Black;
	font-weight: bold;
	text-align: left;
}
