﻿@charset "UTF-8";
/* CSS Document */
	
#maincontainer
{
	float:left;
	clear:right;
	display:block;
	width:960px;
	padding:0px;
	margin:10px 0px 10px 0px;
	background-color:#333333;
}

.gallerytitle
{
	position:relative;
	float: left;
	width:950px;
	height:50px;
	font-size:13pt;
	font-weight: bold;
	color: #7aa642;
	text-transform: None;
	margin: 3px 0px 15px 10px;
	padding: 0px 0px 0px 0px;
}

.gallerytitle p
{
	font-size:9pt;
	font-weight: bold;
	color: #7aa642;
}

.main_links
{
	position:relative;
	float: left;
	width: 190px;
	font-size:9pt;
	text-transform: None;
	margin: 0px 5px 0px 10px;
	padding: 0px 0px 0px 0px;
}

.main_links ul
{
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;

}

.main_links li
{
	margin: 4px 0px 4px 0px;
	padding: 0px 0px 0px 0px;

}

.main_links li a
{
	text-decoration: none;
	color: #fff;
}

.main_links li a:hover
{
	text-decoration: underline;
	color: #fff;
}

.more_links
{
	font-size:10pt;
	font-weight: bold;
	color: #7aa642;
	text-transform: None;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


.main_gallery
{
	position:relative;
	float: left;
	width: 750px;
}

	
.collections
{
	display:block;
	width:737px;
	height:456px;
	padding:0px 0px 0px 12px;
	margin:0px;
}

/*collections */

#slide {
	float:left;
	
	width:600px;
	height:442px;
	padding:0px;
	margin:0px;
	}

#slide img{
	width:600px;
	height:442px;
	float:left;
	padding:0px;
	margin:0px;
	}

.images{  
    width:  384px;  
    height: 576px;
	float:left;  
    padding: 0;  
    margin:  0;
} 

.images img{  
	background-color: #CDC6BC;  
    width:  384px; 
    height: 576px; 
    top:  0; 
    left: 0;
	position:absolute;
	}

#button{
	float:left;
	padding:0px 0px 0px 8px;
	margin:0px;
	}

#down a,
#down a:link,
#down a:visited {
	text-decoration:none;
	display:block;
	width:116px;
	height:16px;
	background-image:url(../images/slidenav_down.png);
	background-position:-116px 0;
	background-repeat:no-repeat;
	}
	
#up a,
#up a:link,
#up a:visited
{
	text-decoration:none;
	background-image:url(../images/slidenav_up.png);
	background-position:-116px 0px;
	background-repeat:no-repeat;
	display:block;
	width:116px;
	height:16px;
	padding-bottom:3px;
	}

#up a:hover,
#up a:active,
#down a:hover,
#down a:active{
	text-decoration:none;
	background-position:0 0;
	}
	
	
#nav{
	height:407px;
	width:116px;
	overflow:hidden;
	}
	
#nav img{
	height:85px;
	width:116px;
	border:0px;
	padding-bottom:3px;
	margin:0px;
	display:block;
	clear:both;
	}

	
#slidecontrol{
	position: relative;
	float: left;
	width:143px;
	height:18px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 11px;
	}

#slidecontrol.press{
	width:180px;
	height:18px;
	padding:8px 191px 3px 3px;
	margin:0px 0px 0px 0px;
	display:block;
	float:right;
	}

#nextslide{
	background-image:url(../images/slide_next.png);
	background-position:-48px 0;
	width:48px;
	}
	
#prevslide{
	background-image:url(../images/slide_last.png);
	background-position:-48px 0;
	width:48px;
	}

#pauseButton{
	background-image:url(../images/slide_pause.png);
	border:none;
	display:block;
	height:18px;
	width:38px;
	float:left;
	background-position:-38px 0;
	}

#playButton{
	background-image:url(../images/slide_play.png);
	border:none;
	display:block;
	height:18px;
	width:38px;
	float:left;
	background-position:-38px 0;
	}
	



#slidecontrol a,
#slidecontrol a:link,
#slidecontrol a:visited{
	float:left;
	display:block;
	height:18px;
	overflow:hidden;
	background-repeat:none;
	text-decoration:none;
	}

#slidecontrol a:active,
#slidecontrol a:hover{
	text-decoration:none;
	background-position: top left;
	}



	
/* end collections */