
/************************
||CSS For The Galleries||
************************/

p, #image, #return  {
	text-align: center;
}
	
.gallery, .footer {
	margin: 0px auto;
	width: 865px;
	padding: 20px auto;
	text-align: center;
}
.gallery { overflow: hidden; margin:0px auto;
           text-align: center;
 	   /*background: #FFFFFF;*/
	   /*border-top: 20px solid #DDDDDD;*/
         }

.footer {
	background: #DDDDDD;
}
#image, #return {
	width: 150px;
	float: left;
	margin: 10px;
	overflow: hidden;
	text-align: center;
}
#image {
	border: 1px solid #EEEEEE;  text-align: center;
}
#return {
	border: 1px solid #FFC493;
}
.menu { margin: 5px; text-align:center;
	margin-right: 10px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	padding: 4px;
}
.comments {
	height: 150px;
}
.imgs {
	height: 114px;
}
.image {
	width: 100%;
	height: 100px;
	margin-top: 10px;
	background: url(../imgs/layout/shadowGray.gif) no-repeat top;
}
iframe {
	width: 150px;
	height: 28px;
	overflow: hidden;
}

/**/

.descrip { color : #717171; margin: 0px;
           font-family: Arial, helvetica;
           font-size: 13px;	margin-left: 5px;
           margin-right: 5px; text-align: center;
         }
