@charset "utf-8";

/*
============================================

	Album CSS

============================================
*/

/* layout
--------------------------------------------- */

#wrapper #main {
	width: auto;
	float: none;
}

#wrapper #main .lead {
	width: 880px;
}

#main .pagenavi {
	padding-top: 40px;
	zoom: 1;
}

#main .pagenavi ul li.pnavi-p {
	width: 340px;
}

#main .pagenavi ul li.pnavi-n {
	width: 340px;
}

#main .pagenavi ul li.pnavi-t {
	width: 200px;
}


/* album-list
--------------------------------------------- */

#main #album-list {
	width: 890px;
	margin: 10px 0 50px 10px;
}

#main #album-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#main#album-list {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html #main #album-list {height: 1%;}
#main #album-list {
	display: block;
	float: right;
}
/* End hide from IE-mac */


#wrapper #main #album-list ul li {
	float: left;
	height: 176px;	/* for IE */
}

#wrapper #main #album-list ul li a {
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0 12px 12px 0;
	padding: 12px;
	width: 140px;
	height: 140px;
	border: 1px solid #D5D5D5;
	background-color: #FFF;
	-moz-border-radius: 6px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	line-height: 1.3;
	text-decoration: none;
	color: #333;
}

#wrapper #main #album-list ul li a span.img {
	display: block;
	margin-bottom: 5px;
	border: 1px solid #FFF;
	width: 140px;
	height: 100px;
	overflow: hidden;
	cursor: pointer;
}

#wrapper #main #album-list ul li a:hover,
#wrapper #main #album-list ul li a:focus,
#wrapper #main #album-list ul li a:active {
	background-color: #EAEAEA;
	color: #000;
}


/* gallery
--------------------------------------------- */

#wrapper #main #gallery {
	clear: both;
}

#wrapper #main .navigation {
	margin-top: 10px;
}

#wrapper #main .content {
	width: 520px !important;
	overflow: hidden;
}

#wrapper #main #gallery #caption {
	background-color: #ECF7F9;
	border: 0 none;
}

#wrapper #main #gallery #controls {
	margin-bottom: 10px;
	margin-left: 5px;
}

#wrapper #main #gallery #controls .ss-controls a {
	display: block;
	height: 18px;
	width: 18px;
	background-image: url(../images/album/control_ico.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
	outline: none;
	text-indent: -999em;
}

#wrapper #main #gallery #controls .ss-controls a.play {
	background-position: 0 0;
}

#wrapper #main #gallery #controls .ss-controls a.pause {
	background-position: -30px 0;
}

#wrapper #main #gallery #controls .nav-controls {
	float: left;
}

#wrapper #main #gallery #controls .nav-controls a.prev {
	float: left;
	display: block;
	height: 18px;
	width: 18px;
	background-image: url(../images/album/control_ico.png);
	background-repeat: no-repeat;
	background-position: 5px -29px;
	text-decoration: none;
	outline: none;
	text-indent: -999em;
}

#wrapper #main #gallery #controls .nav-controls a.next {
	float: left;
	display: block;
	height: 18px;
	width: 18px;
	background-image: url(../images/album/control_ico.png);
	background-repeat: no-repeat;
	background-position: -25px -29px;
	text-decoration: none;
	outline: none;
	text-indent: -999em;
}

#wrapper #main #thumbs .thumb {
	width: 100px;
	height: 75px;
	overflow: hidden;
}

