body{
	
	font-size: 13px;
	
	font-family: Helvetica, Verdana, Arial, sans-serif;
	
	color: #ebece4;
	
	background-color: #2e363c;
	margin: 0;
	padding: 0;
	
}
#shirt-slider {
	width: 255px;
	margin: 0 auto;
	position: relative;
}

.scroll {
  	background-color: white;
  	height: 165px;
  	overflow: auto;
	position: relative; /* fix for IE to respect overflow */
	clear: left;
}
.scrollContainer div.panel {
	padding: 2px;
	height: 161px;
	width: 251px;
}

.scrollButtons {
  position: absolute;
  top: 70px;
  cursor: pointer;
  z-index: 2;
}

.scrollButtons.left {
  left: 0px;
}

.scrollButtons.right {
  right: 0px;
}
div.buynow {
	clear: both;
	float: left;
	margin-top:5px;
	text-transform: uppercase;
}
ul.navigation {
	padding: 0px;
	margin-top: 5px;
	list-style-type: none;
	float: right;
}
ul.navigation li{
	text-indent: -9999px;
	display: block;
	float: left;
	padding-left: 5px;
}
ul.navigation li a {
	display: block;
	height: 13px;
	width: 15px;
	background-image: url(/images/shirt.png);
}
ul.navigation li a.selected {
	background-image: url(/images/shirt_on.png);
}
img.rollover {
	padding-left: 34px;
}
a {
	color: #ebece4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

