/*div#content_list {
  width: 645px;
  min-height: 600px;
  margin-top: 10px;
  margin-right: 35px;
  float: right;
  background: url('/public/images/default/box.png') no-repeat;
}*/

div#gallery_content_background {
  width: 645px;
  min-height: 600px;
  margin-top: 10px;
  margin-right: 35px;
  float: right;
  background: url('/public/images/default/box.png') no-repeat;
}

div#gallery_content {
  width:615px;
  float:left;
  margin-left: 15px;
  *margin-top:20px;
  position: relative;
}

div.album_div {
  width: 114px;
  height: 95px;
  float:left;
  padding-right: 9px;
  margin-bottom: 20px;
}

div.gallery_title_div
{
  float:left;
  background: white;
  width: 117px;
  height: 18px;
  position: relative;
  margin-left: 1px;
  margin-top: -20px;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
}

span.gallery_title
{
  float:left;
  text-align: center;
  width: 117px;
  color: #0066AA;
}

div.gallery_menu {
  float: left;
}

div.photos
{
  float: left;
}

.comments_bar  {
	padding:0 !important;
	margin:0 0 0 -15px !important;
	*margin:25px 0px 0px -15px !important;
}
#comments_form {
	padding:0 !important;
	margin:0 0 0 0px !important;
}

div.comments_list{float:left;width:571px;height:100%;margin-left:22px;margin-top:15px;margin-bottom:15px;}

.fullBg:hover {
	background:url(/public/images/default/stars.png) left bottom;
}

div.gallery_left_menu{
	width:300px;
	margin-left:12px;
}

.arrowPhotoLeft {
	height:49px; width:28px; background:url(/public/images/default/arrow_photo.png) no-repeat top left; position:absolute; left:0px; top:45%;
}
.arrowPhotoRight {
	height:49px; width:28px; background:url(/public/images/default/arrow_photo.png) no-repeat top right; position:absolute; right:0px; top:45%;
}
.arrowPhotoRight:hover {
	background-position:bottom right;
	cursor:pointer;
}
.arrowPhotoLeft:hover {
	background-position:bottom left;
	cursor:pointer;
}