/* 
	Resets defualt browser settings
	reset.css
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }
*/

.commerce_links {
	width:160px;
	height:100px;
	position:relative;
	margin-left: -8px;
	float: left;
	margin-right: 35px;
}
/* Slideshow */

.slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:1;
	background: #fff url("/pic/background_slides.png") repeat-x top left;
	border: 1px solid #CED3E2;
}

.slides_container {
	width:160px;
	overflow:hidden;
	position:relative;
	display:none;
}

.links {
	width:160px;
	height:70px;
	display:block;
	position: relative;
}

.links a img {
	display:block;
/*	float: left; */
	padding: 10px;
	margin:auto; /* Required */
	position:absolute; /* Required */
	top:0;
	bottom:0; /* Aligns Vertically */
	max-height:100%;
	max-width:100%;
	text-align: center;
}

/*
	Next/prev buttons
*/

.slides .next, .slides .prev {
	position:absolute;
	top:24px;
	left:-13px;
	width:12px;
	height:22px;
	display:block;
	z-index:101;
}

.slides .next {
	left:161px;
}