	div#gallery-glider {
	width:795px;

	}	


	div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width:795px; 
	height:400px;
	overflow:hidden;
	}
	
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:795px;
		height:400px;
		overflow:hidden;
		float:left;
		padding:0 0 0 0;
		}
	
	div.scroller div.content {
		width:10000px;
		height:400px;
		}	

	div.controls {
		width:800px;
		margin:0 0 0 0;
		text-align:center;
	}

	div.controls img{
		text-align:center;
	}

	div.controls a{
		text-decoration:none;
	}

	div.controls a:hover{
		text-decoration:underline;
	}
	
	

/*PHOTO-GALLERY*/



	div#photo-glider {
	padding:0 0 0 0;
	}

	
	div.scroller-photo { 
	/* modify width and height of scrolling section if necessary	*/		
		width:550px;
		height:370px;
		overflow:hidden;
		float:left;
		}
	

	div.scroller-photo div.section-photo {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		height:370px;
		overflow:hidden;	
		}

	div.section-photo {
		padding:0;
	}



	div.scroller-photo div.content-photo {
		height:10000px;
		}	
	

	div.scroller-photo div.content-photo img {
		margin:1px 0 1px 0;
		
		}	
	
	div.controls-photo {
		width:200px;
		padding:0 0 0 15px;
		height:300px;
		}
	
	
	div.controls-photo ul{
		width:210px;
		}
	
	div.controls-photo ul li {
		margin:5px 5px 5px 5px;
		}
	div.controls-photo ul li a {
		width:210px;
		text-decoration:none;
	
		}

	div.controls-photo ul li a:hover {
		text-decoration:underline;
	
		}


	div.controls-photo ul li a:active {
		color:#333333;
	
		}
