
/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

#slideshow {
	background: transparent url(../img/sld_bg.png) no-repeat;
	height : 323px;
	width: 590px;

}


#products img {	
	cursor:pointer;	
}

.product {
	margin:0 32px 10px 32px;
}

.last_product {
	margin: 0 0 10px 32px;
}
.description {
	/*width:450px;*/
	min-height:140px;
	display:none;
	margin:20px;
	-moz-border-radius:4px;
	padding:0 20px;
}

.active {
	display:block;

}

.description .arrow {
	width:34px;
	height:34px;
	background:transparent url(../img/yellow.png) repeat scroll 0 -68px;
	margin-top:-28px;
	margin-left:36px;
	font-size:1px;
	position:relative;
}

#sld_desc_ipodnano .arrow {
	margin-left:236px;	
}

#sld_desc_ipodtouch .arrow {
	margin-left:446px;	
}