body {
	font-family:Tahoma;
	font-size:11px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	color:#d1d1d1;
	margin:0px;
	padding:0px;
}
a {
	color:#fff;
	text-decoration:none;
}
input, textarea {
	font-size:11px;
	font-family:Tahoma;
}
/************************ NEXT and PREV LINKS **********************/
#links-frame {
	left:50%;
	top:45px;
	position:absolute;
	z-index:1;
	height:480px;
	display:block;
	
}
#links-inner-frame {
	position:absolute;
	left:-365px;
	top:0px;
	width:640px;
	height:480px;
	display:block;
	z-index:1;
}
#prev {
	width:320px;
	height:480px;
	display:block;
	position:absolute;
	left:2px;
	top:0px;
	z-index:6;
	background-image:url(../images/prev.gif);
	background-position:center left;
	background-repeat:no-repeat;
	-moz-opacity:0.00;
	filter: alpha(opacity=0);
	opacity:0;
}
#next {
	width:320px;
	height:480px;
	display:block;
	position:absolute;
	left:319px;
	top:0px;
	z-index:7;
	background-image:url(../images/next.gif);
	background-position:center right;
	background-repeat:no-repeat;
	-moz-opacity:0.00;
	filter: alpha(opacity=0);
	opacity:0;
}
#prev:hover {
	-moz-opacity:0.6;
	filter: alpha(opacity=60);
	opacity:0.6;
}
#next:hover {
	-moz-opacity:0.6;
	filter: alpha(opacity=60);
	opacity:0.6;
}
/************************ END OF NEXT and PREV LINKS ***************/
#header {
	background-color:#000000;
	height:20px;
	padding-top:3px;
	width:100%;
}
#frame {
	width:730px;
	text-align:left;
}
#header-inner {
	width:730px;
	text-align:left;
}
#top-menu {
	float:right;
	width:200px;
	text-align:right;
	direction:ltr;
	color:#FFFFFF;
	padding-top:2px;
	font-size:11px;
}
#top-menu a {
	color:#FFFFFF;
}
#blog-menu {
	text-align:right;
	height:20px;
}
#blogs {
	height:17px;
	font-size:12px;
	padding-top:3px;
	color:#FFFFFF;
	width:180px;
	float:right;
}
#photo-box {
	clear:both;
	display:block;
	z-index:2;
	height:480px;
	width:730px;
}
#loader {
	background-image:url(../images/ajax-loader.gif);
	background-position:center center;
	background-repeat:no-repeat;
	width:640px;
	height:480px;
	float:left;
	margin-right:11px;
}
#photo {
	width:640px;
	height:480px;
	border:#6b6a69 1px solid;
	z-index:3;
	visibility:hidden;
}

#thumbnails {
	width:560px;
	min-height:480px;
	height:auto !important;
	height:480px;
	float:left;
}
html #thumbnails {
	height:480px;
}
#thumbs {
	float:left;
	width:72px;
	min-height:480px;
	height:auto !important;
	height:480px;
	display:block;
}
html #thumbs {
	height:480px;
}
.clear {
	clear:both;
}
#main {
	min-height:480px;
	height:auto !important;
	height:480px;
}
html #main {
	height:480px;
}
#title {
	color:#9da4a8;
	font-size:18px;
	text-align:left;
	display:block;
	clear:both;
}
#description {
	text-align:left;
	clear:both;
}
#comments-link {
	font-weight:bold;
	margin-top:5px;
}
#comments-link a {
	color:#d1d1d1;
}
#footer {
	font-size:10px;
	text-align:center;
	margin-bottom:10px;
}
#footer a {
	color:#d1d1d1;
}
#image-notes {
	clear:left;
	float:left;
	width:300px;
}
#image-comments {
	padding:10px;
	float:left;
	width:400px;
	background-color:#202020;
	-moz-opacity:0.8;
	filter: alpha(opacity=80);
	opacity:0.8;
}
#image-comments li {
	margin:10px;
}
#right-menu {
	-moz-opacity:0.8;
	filter: alpha(opacity=80);
	opacity:0.8;
	width:130px;
	margin-left:20px;
	float:left;
	background-color:#202020;
	padding:10px;
}
.clear {
	clear:both;
}
.dots {
	width:100%;
	clear:both;
	height:2px;
	background-image:url(../images/dot.gif);
	background-repeat:repeat-x;
	margin-top:10px;
	margin-bottom:10px;
}
.thumbnails {
	width:70px;
	height:70px;
	float:left;
	margin-right:5px;
	margin-bottom:10px;
	border:1px solid #4f4e4e;
}
.current-thumbnail {
	width:70px;
	height:70px;
	float:left;
	margin-right:5px;
	margin-bottom:10px;
	border:1px solid #CCCCCC;
}
.cats {
	color:#ff8a00;
	font-size:12px;
	margin-bottom:5px;
}
.feed-icon {
}