/* CSS Document */
#photoalbum {
padding-left:0;
}
#photoalbum_frame
{
	
	width:609px
	margin-bottom:35px;
	float:left;
}
#album_next
{
	width:548px;
	text-align:right;
	background:#CCCCCC;
}
#album_cover_frame
{
	background:url(../../images/default/photoshare/album_view.jpg);
	float:left;
	height:169px;
	margin:16px;
	width:155px;
}

.viewalbums
{
	display:block;
	height:18px;
	margin-left:14px;
	width:125px;
}
#slideshow {
	width:637px;
	height:200px;
	position:relative;
	margin-bottom:35px;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:548px;
  height:200px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:200px;
}
#slidesContainer ul
{
	list-style:none;
	padding:0;
}
#slidesContainer .slide
{
	background:url(../../images/default/wedding_website/photoalbum_frame.png) no-repeat;
}

/** Slideshow controls style rules. */


.control {
  display:block;
  position:absolute;
  cursor: pointer;
  font-family:Georgia, "Times New Roman", Times, serif;
  color:#333333;
  font-size:11px;
  padding-top:5px;

}
#leftControl, #rightControl
{
	color:#665133;
}
#leftControl {
	margin-left:343px;
	margin-top:199px;
}

#rightControl {
  top:100;
  right:45px;
}

#album_details
{
	float:left;
	margin:23px 0;
	width:343px;
	color:#666666;
	font-size:14px;
}
#album
{
	height:121px;
	margin:11px;
	width:133px;
}
#album img
{

}
.album_details_heading
{
	font-weight:bold;
}
#album_details a
{
	font-size:14px;
	color:#ff6600;
	text-decoration:none;
}
#album_details a:hover
{
	text-decoration:underline;
}
/** 
 * Style rules for Demo page
 */
* {
  margin:0;
  padding:0;
}

#viewalbums
{
	display:none;
}


.view_album
{
	
	float:left;
	list-style:none outside none;
	margin:0 21px 21px 3px;
	//margin:32px -24px 19px 36px;
	padding:3px;
	width:160px;
	height:122px;
	border:1px solid skyBlue;
}
#viewslideshow
{
	display:none;
}
ul.comments
{
	list-style:none outside none;
	margin:0 0 0 -5px;
	padding:0;
	width:552px;
}
ul.comments li
{
/*	background-color:#EEEEEE;
*/	background-color:#CCCCCC;
	margin:5px;
	padding:5px;
}
ul.comments li #addedcomment 
{
	color:#333333;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	padding-top:5px;
}
#added_date
{
	/*color:#999999;*/
	color:#777777;
	font-size:11px;
}
ul.comments li #addedby a 
{
	color:#666666;
	font-weight:bold;
}
#gallery
{
	margin-left:5px;
}
.top_left_image_bg_none
{
    width:245px;
	height:250px;
	float:left;
	position:relative;
	margin-left: -22px;
    margin-top: -20px;
	background:url(images/left_img2.jpg) no-repeat;
}