
/*
	SLIDER
*/
.slider-wrap								{ width: 292px; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 292px; height: 176px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 292px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 5px; }
#movers-row									{ margin: -43px 0 0 62px; }
#movers-row div								{ width: 20%; float: left; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{ background: url(images/transpBlack.png); padding: 10px; height: 30px; 
											  margin-top: -50px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{ display: block; width: 62px; margin-top: -14px; 
											  position: relative; padding-top: 15px; z-index: 9999; }
.active-thumb 								{ background: transparent url(images/icon-uparrowsmallwhite.png) top center no-repeat; }
#featured {
position: relative;
width: 292px;
margin: 0 auto;
z-index: 3;
}

.right { float:right; width:130px; padding-top:45px; color:#FFF; font-weight:bold; font-size:13px;}

.left-h1 { background: url(../images/1_text1.jpg) no-repeat; padding-left:20px; padding-top:10px; height:39px; color:#FFF; font-weight:bold;}
.right-head { background: url(../images/1_text2.jpg) no-repeat; padding-left:20px; padding-top:10px; height:39px; color:#FFF; font-weight:bold;}


#slider {
    width: 590px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 900px;
    width: 590px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #EFF1F0 url(../images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 0px;
    height: 860px;
    width: 590px;
}

#shade {
    background: #EDEDEC url(../images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 5px;
}

ul.navigation a {
    padding: 5px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #ededec;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

.divproduct{width:294px;height: 180px;overflow:hidden;float:left;}


/*products showcase */

#products {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}

#products div.detail {
	display:block;
	line-height:12px;
	padding-left:5px;
	padding-top: 10px;
	margin-bottom:0px;

}

#products div.product {
	float: left;
	background-image: url(../images/product_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 180px;
	height: 180px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 50px;
	margin-left: 15px;
}
#products div.product a {
	display: block;
	height: 162px;
	width: 162px;
	cursor: pointer;
	cursor: hand;
	margin: 10px 0 0 10px;
}
#products div.product img {
	border: none;
	position: absolute;
}

#products div.product span {
	display: block;
	width: 80px;
	height: 67px;
	position: absolute;
	margin-top: -185px;
	margin-left: 120px;
	background-image: url(../images/sticker.gif);
	font-family: Impact, Techno, sans-serif;
	color: #F7F7F7;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	padding-top: 13px;
	letter-spacing: .05em;
}
* html #products div.product span {
	letter-spacing: 0;
	background-image: url(../images/sticker.gif);
}

#products div.product span del {
	font-size: 10px;
	display: block;
	font-family: Tahoma, "Trebuchet MS", Verdana, sans-serif;
	text-decoration: line-through;
}
#products div.product div.cp {
	display: none;
}
#products div.productlink a { margin-right:-50px; line-height:14px;}


