/*
=======================================================================
    Gallery Page Rules
=======================================================================
*/
.gallery {
	width:960px;
	margin-bottom:20px;
	}
.select_gallery {
	width:93px;
	padding-top:4px;
	height:51px;
	float:right;
}
.select_gallery a.photo {
	background-image:url(../images/picshow.gif);
	background-repeat:no-repeat;
	display:inline-block;
	width:47px;
	float:left;
	height:51px;
}
.select_gallery a.photo:hover {
	background-image:url(../images/photoactive.gif);
	background-repeat:no-repeat;
}
.select_gallery a.pactive {
	background-image:url(../images/photoactive.gif);
	background-repeat:no-repeat;
}
.select_gallery a.movie {
	background-image:url(../images/movie.gif);
	background-repeat:no-repeat;
	display:inline-block;
	margin-left:-1px;
	float:left;
	width:47px;
	height:51px;
}
.select_gallery a.movie:hover {
	background-image:url(../images/movieactive.gif);
	background-repeat:no-repeat;
}
.select_gallery a.mactive {
	background-image:url(../images/movieactive.gif);
	background-repeat:no-repeat;
}
.categorydiv {
	width:235px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-right:dashed 1px #ddd;
	
}
.categorydiv ul {
}
.categorydiv li {
	float:left;
	margin-bottom:1px;
}
.categorydiv li a {
	float:left;
	line-height:30px;
	width:225px;
	padding-left:10px;
	text-decoration:none;
	font-weight:bold;
	background-color:#ddd;
	color:#000;
}
.categorydiv li a:hover {
	background-color:#0086b2;
	color:#fff;
}
.categorydiv li a.selected {
	background-color:#0086b2;
	color:#fff;
}
.thumbdiv {
	margin-top:10px;
	width:710px;
	float:right;
	overflow:hidden;
	padding-left:10px;
	position:relative;
	}
.thumbdiv ul {
	width:707px;
	float:left;
	}
.thumbdiv ul li {
	padding-right:10px;
	padding-bottom:10px;
	float:left;
}
.thumbdiv ul li img {
	border:solid 1px #d5d5d5;
	padding:3px;
}
/*