.navigate {
	display: block;
	font-size: 0.9em;
	margin: 0 0 10px 0;
	background: url(../images/bg_nav.png) no-repeat;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
}

.in_cat, .andtags {
	display: block;
	font-size: 0.9em;
	color: #999;
	margin: 7px 0 0 0;
}

.in_cat a, .andtags a {
	color: #777;
}

.andtags a {
	text-transform: lowercase;
}

.in_cat a:hover, .andtags a:hover {
	color: #fff;
	background: #08a8e3;
}

.in {
	padding: 7px;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	background: #f5f5f5;
}

.desc {
	margin: 10px 0 20px 0;
}

.commenting {
	margin: 0 0 20px 0;
}

.commentsnum {
	font-weight: bold;
	background: #f0f7d6 url(../images/comment.png) no-repeat 5px center;
	padding: 2px 10px 2px 30px;
	line-height: 1.3em;
	color: #333;
	margin-right: 10px;
}

.commentsnum:hover {
	color: #fff;
	background: #740406 url(../images/comment.png) no-repeat 5px center;
}

.writecomment {
	font-weight: bold;
	background: #fff;
	border: 1px solid #ddd;
	padding: 2px 10px 2px 10px;
	line-height: 1.3em;
}

.pic_container {
	display: none;
	background: #0b0b0b url(../images/g_gradient.png) no-repeat;
	margin: 0 0 20px 0;
	text-align: center;
	width: 570px;
	overflow: hidden;
	position: relative;
}

.pic_container img {
	text-align: center;
	margin: 0 auto 0 auto;
	max-width: 570px;
	overflow: hidden;
}

.prev_pic {
	position: absolute;
	z-index: 999999;
	top: 20px;
	left: 20px;
	width: 32px;
	height: 32px;
	background: url(../images/previous.png) no-repeat;
	-moz-opacity: 0.60;
	opacity: 0.60;
}
.next_pic {
	position: absolute;
	z-index: 999999;
	top: 20px;
	right: 20px;
	width: 32px;
	height: 32px;
	background: url(../images/next.png) no-repeat;
	-moz-opacity: 0.60;
	opacity: 0.60;
}
.prev_pic:hover, .next_pic:hover {
	-moz-opacity: 1;
	opacity: 1;
}

#pics li a {
	-moz-opacity: 0.75;
	opacity: 0.75;
}

#pics li a.selected {
	-moz-opacity: 1;
	opacity: 1;
	cursor: default;
}

/* Pictures slideshow */
#slideshow {
	width: 570px;
	height: 100px;
	padding: 10px 0 10px 0;
	margin: 0 0 20px 0;
	position: relative;
	overflow: hidden;
	background: #ecfbff;
	border-bottom: 1px solid #d1e7ed;
}

#slideshow .container {
	float: left;
	width: 510px;
	height: 100px;
	position: relative;
	overflow: hidden;
}

#slideshow ul {
	width: 100000px;
	height: 100px;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
}

#slideshow ul li {
	float: left;
	width: 102px;
	height: 100px;
	display: block;
	margin: 0 auto 0 auto;
	text-align: center;
}

#slideshow ul li div {
	width: 90px;
	height: 100px;
	text-align: center;
	display: block;
	margin: 0 auto 0 auto;
	position: relative;
}

#slideshow ul li img {
	width: 90px;
	height: 100px;
	text-align: center;
}

#slideshow .previous_button {
	float: left;
	background: url(../images/carousel/left.png);
	z-index: 100;
	cursor: pointer;
	width: 20px;
	height: 20px;
	margin: 45px 5px 0 5px;
	display: inline;
}

#slideshow .previous_button_over {
	background: url(../images/carousel/left_over.png);
}

#slideshow .previous_button_disabled {
	background: url(../images/carousel/left_disabled.png);
	cursor: default;
}

#slideshow .next_button {
	float: left;
	background: url(../images/carousel/right.png);
	z-index: 100;
	cursor: pointer;
	width: 20px;
	height: 20px;
	margin: 45px 5px 0 5px;
	display: inline;
}

#slideshow .next_button_over {
	background: url(../images/carousel/right_over.png);
}

#slideshow .next_button_disabled {
	background: url(../images/carousel/right_disabled.png);
	cursor: default;
}

/* Extra Options for the gallery */
div.extra {
	padding: 10px;
	margin: 0 0 20px 0;
	border: 1px solid #eee;
	position: relative;
}

div.viewed, div.share {
	float: left;
	display: inline;
}

div.viewed {
	margin: 0 145px 0 0;
}

div.viewed {
	color: #2e2e2e;
	display: block;
	background: #ff9b26;
	border: 1px solid #740406;
	height: 22px;
	line-height: 22px;
	padding: 0 10px 0 10px;
}

div.share {
	padding-top: 5px;
	margin-left: -120px;
}

div.rated {
	position: absolute;
	right: 10px;
	top: 17px;
}

div.rated img {
	margin-top: -1px;
	vertical-align: middle;
}

/* Video space */
.videobox {
	text-align: center;
	margin: 10px 0 20px 0;
}