/* 
    Document   : carousel
    Created on : 01 14, 09, 2:20:38 PM
    Author     : Heinz
    Description:
        Purpose of the stylesheet follows.
*/

img {
	margin:0;
	padding:0;
	border:none;
	}
#wrap {
  float: left;
	height:60px;
	width:750px;
	display:block;
	overflow:hidden;
	position:relative;
}
#carousel {
	width:1100px;
	margin:0;
	padding:0;
	position:absolute;
	left:0;
}
#carousel li {
	height: 55px;
	width: 83px;
	margin:0 0 0 10px;
	padding:0;
	float:left;
	display:inline;
}
#previous, #next {
	display: block;
	height: 60px;
	text-indent:-4000em;
	margin:0;
	cursor:pointer;
	}
	#previous {
    background: transparent url(../images/gallery-nav-left.png) top left no-repeat;
		float:left;
		width:25px;
		}
	#next {
    background: transparent url(../images/gallery-nav-right.png) top left no-repeat;
		float:right;
		width:25px;
		}

