a img {
    border: 0;
}

.prev, .next {
	background-image: url('../img/ico_arrows.gif');
	background-repeat: no-repeat;
	display: block;
	width: 18px;
	height: 18px;
	margin-top:38px;
	overflow: hidden;
	text-indent: -9999px;
}
.prev {
	background-image:url('../Img/arrowL.gif')
}
.prev hover { border:solid 1px white }
.next 
{
	margin-left:7px;
	margin-right:0px;
	background-image:url('../Img/arrowR.gif');
}

/* {{{  preview with links */
#preview {
	position: relative;
	margin: 0;
}
html>body #preview { overflow: hidden; }
#preview a {
	float: left;
	margin-right: 11px;
    top: -23px;
    left: 0px;
}
#preview .panel {
	float: left;
	left: -2px;
	width: 630px;
	overflow: hidden;
	height: 95px;
	position: relative;
    top: 0px;
     
}
#preview .panel-content {
	float: none;
	left: 0;
	height: 100px;
	position: relative;
	overflow: visible;
	width:628px;
    top: 3px;
    padding: 20px 0px 0px 0px;
}
.panel-content a {
    width: 214px;
    height: 95px;
    position: relative;
    text-decoration: none;
    padding:0px 0px 0px 0px;
}
/* }}}  preview with links */


/* {{{  preview with table */
#preview2 {
	position: relative;
	margin: 10px 0;
	width: 420px;
}
#preview2 .prev, #preview2 .next {
	position: absolute;
	top: 5px;
}
#preview2 .prev {
	left: 0;
}
#preview2 .next {
	right: 0;
}
#preview2 .panel {
	width: 380px;
	overflow: hidden;
	height: 66px;
	margin: 0 20px;
	position: relative;
}
#preview2 table {
	left: 0;
	height: 64px;
	position: relative;
	width: 450px;
	table-layout: fixed;
}
#preview2 td {
    width: 75px;
    padding: 0;
}
/* }}}  preview width table */

/* {{{  preview with links */
#preview3 {
	position: relative;
	margin: 10px 0;
}
html>body #preview3 { overflow: hidden; }
* html #preview3 { height: 1%; }
* html #preview3 div { height: 1%; }
#preview3 a {
	float: left;
	margin-right: 11px;
}
#preview3 .panel {
	float: left;
	left: 0;
	width: 300px;
	overflow: hidden;
	height: 64px;
	position: relative;
}
#preview3 .panel-content {
	float: none;
	left: 0;
	height: 64px;
	position: relative;
	overflow: visible;
	width: 450px;
}
.panel-content a {
    width: 196px;
    height: 107px;
}
/* }}}  preview with links */

