/* Container DIV - automatically generated */
.simply-scroll-container-photo { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip-photo { 
	position: relative;
	overflow: hidden;
	top: 0;
	left: -10px;
	z-index: 2;
	height:120px;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list-photo { 
	position: absolute;	
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list-photo li {
	/*float:left;*/	
	list-style: none;
}
	
.simply-scroll-list-photo li img {
	border: none;	
	display: block;
}

/* Master button styles - note that up and down versions 
have been removed in this example */

.simply-scroll-btn-photo {
	position: absolute;
	top:45px;
	left:-35px;
	background-image: url(../images/buttons_photo.gif);
	width: 42px;
	height: 44px;
	z-index:3;	
	cursor: pointer;
}
	
.simply-scroll-btn-left-photo {
	top: 45px;
	left: -50px;	
	background-position: 0 -44px;
	/*border:solid 1px blue;*/
}
.simply-scroll-btn-left-photo.disabled {
	background-position: 0 0 !important;
}
.simply-scroll-btn-left-photo:hover {
	background-position: 0 -44px;
}

.simply-scroll-btn-right-photo {
	top: 45px;
	left: 885px;
	background-position: 84px -44px;
	/*border:solid 1px yellow;*/
}
.simply-scroll-btn-right-photo.disabled {
	background-position: 84px 0px !important;
}
.simply-scroll-btn-right-photo:hover {
	background-position: 84px -44px;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll-photo { 
	width: 900px;
	height: 120px;
	margin-left:20px;
	margin-right:20px;
}

/* Clip DIV */
.simply-scroll-photo .simply-scroll-clip-photo {
	width: 900px;
	height: 120px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll-photo .simply-scroll-list-photo li {
	float: left; /* Horizontal scroll only */
	width: 130px;
	height: 120px;
}
