

/*Modun Right*/

.album {
	width: 990px;	
	margin-bottom:10px}
.album-top {
	
	height:31px;
	background-image:url(../Images/bgmodule.gif);
	text-align:center;
	font-size:12px;
	text-transform:uppercase;
	color:#FFFFFF;
	background-repeat:repeat-x;
}
.album-top-left {
	width:6px;
	height:31px;
	float:left;
	background-image:url(../Images/leftmodule.gif);
	background-repeat:no-repeat;
	background-position:left;
}

.album-top-title
{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	height: 31px;
	float: left;
	padding-top: 8px;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
}

.album-top-title a {
	color:#FFFFFF;
	text-decoration:none;
}
.album-top-title a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.album-top-right {
	width:6px;
	height:31px;
	float:right;
	background-image: url(../Images/rightmodule.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.album-main
{
    background-image: url(../images/bgmainmodule.gif);
    background-repeat: repeat-x;
    background-position: center top;
    padding: 5px;
    border-left: #ddebef 1px solid;
    border-right: #ddebef 1px solid;
}


/**/


ul.gallery
{
    list-style: none;
    margin: 0 0 10px 0;
    background-image: url(../images/bgmainmodule.gif);
}
ul.gallery li
{
    display: block;
    float: left;
    margin: 0 5px 0 0;
}
		
ul.gallery li a
{
    padding: 2px;
    display: block;
    border: 2px #9db2b9 solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    line-height: 0;
}
			
ul.gallery li a:hover { border: 2px #313739 solid; }
	
		

/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */

	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */