/*//////////*/
DIV.scrollable
{
	position: relative;
	overflow: hidden;
	width: 561px;
	height: 180px;
}
DIV.scrollable DIV.items
{
	width: 20000em;
	position: absolute;
}
DIV.scrollable DIV.items DIV
{
	float: left;
}
DIV.items DIV.active
{
	border: 1px inset #CCC;
	background-color: #FFF;
}
.scrollable
{
	float: left;
}

A.browse
{
	background: transparent url(../images/hori_large.png) no-repeat scroll 0 0;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 1px;
	height: 38px;
	margin: 40px 5px 40px 0;
	width: 14px;
}
A.right
{
	background-position: 0 -38px;
	clear: right;
	margin-right: 0;
}
A.right:hover
{
	background-position: 0 -38px;
}
A.right:active
{
	background-position: 0 -38px;
}
A.left
{
	margin-left: 5px;
}
A.left:hover
{
	background-position: 0 0;
}
A.left:active
{
	background-position: -60px 0;
}
A.up, A.down
{
	background: transparent url(../images/vert_large.png) no-repeat scroll 0 0;
	float: none;
	margin: 10px 50px;
}
A.up:hover
{
	background-position: -30px 0;
}
A.up:active
{
	background-position: -60px 0;
}
A.down
{
	background-position: 0 -30px;
}
A.down:hover
{
	background-position: -30px -30px;
}
A.down:active
{
	background-position: -60px -30px;
}
A.disabled
{
	visibility: hidden !important;
}


.panel
{
	float: left;
	overflow: hidden;
	margin: 3px;
	width: 106px;
	height: 175px;
}
.panel .bglink
{
	float: left;
	width: 106px;
	background: #A9A9A9 url(../images/seloqx.png) no-repeat center 2px;
	padding-top: 31px;
	text-align: center;
	text-decoration: none;
}
.panel SPAN
{
	clear: both;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	color: #3F3F3F;
	display: block;
	width: 100px;
	height: 31px;
	padding: 5px 3px 3px;
	text-align: center;
}
.panel SPAN A
{
	font-family: Arial;
	font-size: 11px;
	color: #3F3F3F;
	text-decoration: none;
}
.panel .diasem
{
	padding: 4px 0 0 0px;
	height: 20px;
}
.panel P
{
	text-align: left;
	overflow: hidden;
	margin: 5px;
}
.panel H2
{
	text-align: left;
	height: 20px;
	overflow: hidden;
	margin: 2px 5px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	font-family: Georgia, "century gothic", Arial, verdana, sans-serif;
}
.panel IMG
{
	float: left;
	background: #040404;
	margin: 0;
	padding: 0px;
	border: none;
}
