.image-container{
	margin-left:10px;
	margin-right: 10px;
	margin-top:20px;
	background-image:url("../images/index-middle-bg.gif");
	background-position: bottom left;
	background-repeat:repeat-x;
}

.inputshort,.inputlong{
	width:50px;
	margin-bottom:12px;
	margin-top:5px;
	height:18px;
	padding:2px;
	border: 1px solid #bbbbbb;
	background-image:url("../images/input-field-bg.gif");
	background-position:center top;
	background-repeat:repeat-x;
}

.inputlong{
	width: 200px;
}

.inputshort:focus,.inputlong:focus{
	border: 1px solid #5A5A5A;
	background-image:none;
}


#backward-arrow{
	float: left;	
	margin-top: 15px;
}

#forward-arrow{
	float: right;
	margin-top: 15px;
}

#gallery{
	float: left;
	text-align:center;
	width: 799px;
	margin-top: 15px;
}

.center{
	text-align:center;
	margin:auto;
}



#rating-middle{
	padding-left:220px;
	padding-top:30px;
	padding-bottom:10px;
	margin-left:10px;
	margin-right: 10px;
	background-color: #e8e8e8;
}

#image-desc{
	margin-left: 10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	width: 560px;
	float:left;
	line-height:1.6em;	
	border-top: 1px solid #bdbfc1;
}

.greybox,.whitebox{
	padding: 5px;
	margin-bottom: 10px;
	width: 540px;
	line-height:1.6em;
	border: 1px dotted #bdbfc1;
}

.greybox{
	background-color: #eef2f7;
}


.comment-info{
	margin-bottom:5px;
}

.comment-time{
	color: #999;
}

.image-share{
	float:right;
	padding: 0px 10px 0px 10px;
	margin-right:10px;
	width: 250px;
	background-color:#e8e8e8;
	border-left: 1px solid #bdbfc1;
	border-bottom: 1px solid #bdbfc1;
	margin-bottom:20px;
}


#image-info{
	float:right;
	padding: 0px 10px 10px 10px;
	margin-right:10px;
	width: 250px;
	line-height:1.6em;
	background-color:#e8e8e8;
	border-left: 1px solid #bdbfc1;
	border-top: 1px solid #bdbfc1;
	border-bottom: 1px solid #bdbfc1;
}

.rightinfo-co{
	margin-top: 20px;
}


#image-info a{
	color:#336699;
}

#googlead{
	margin-top: 40px;
	margin-left: 10px;
	padding-left:10px;
	width: 570px;
	float:left;
	height: 115px;
}


.clearleft{
	clear:left;
}

.comment-namelink{
	font-weight: bold;
}

#comments-container{
	margin-top: 30px;
	margin-left: 10px;
	padding-left:10px;
	padding-bottom:10px;
	width: 570px;
}

#commentbox, #commentbox-n{
	width:300px;
	padding:4px;
	border: solid #bbbbbb 1px;
	font-family: Arial, tahoma;
	font-size:12px;
	background-image: url(../images/input-field-bg.gif);
	background-position: top;
	background-repeat:repeat-x;
	float:left;
}

#commentbox-n{
	float:none;
}

#commentbox:focus, #commentbox-n:focus {
	background-image:none;
	border: 1px solid #5a5a5a;

}

.imagesubmit{
	float:left;
	margin-left: 10px;
	margin-top:64px;
}

.userimages{
	line-height:normal;
}

.thumbnail{
	overflow:hidden;
	float:left;
	width: 92px;
	height: 63px;
	text-align:center;
	margin-right: 25px;
	margin-bottom: 25px;
	padding:3px;
	border:1px solid gray;
	background-color:#FFF;
}

.thumbnail-last{
	overflow:hidden;
	float:left;
	width: 92px;
	height: 63px;
	text-align:center;
	padding:3px;
	border:1px solid gray;
	background-color:#FFF;
}

.com1,.com2,.com3,.com4,.com5,
.com6,.com7,.com8,.recent1,
.recent2,.recent3,.recent4,
.recent5,.recent6,.recent7,
.recent8{
	display:none;
	position:absolute;
}

.com-hover,.recent-hover{
	position:absolute;
	display: block;
	height:15px;
	width: 92px;
    background: rgb(235, 235, 235); /* fallback color */
    background: rgba(255, 255, 255, 0.8);
	overflow: hidden;
}