﻿#wrapperviewer {
    width: 400px;
    margin: 12px auto;
    margin-top:20px;
}

#intro {
    padding-bottom: 5px;
}

#slider {
    width: 400px;
    margin: 0 auto;
    position: relative;
	border: 5px solid #ccc;
	background: F2F2F2;
}

.scroll {
	overflow: hidden;
	width: 400px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 5px;
    width: 137px;
	height: 159px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(/App_themes/theme1/images/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(/App_themes/theme1/images/rightshadow.png) repeat-y;
}

.inside {
	padding: 4px;
	border: 1px solid #999;
}

.inside img {
	display: block;
	border: 1px solid #666;
	margin: 0 0 0 0 !important;
	width: 125px;
	float:none !important;
}

.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 12px;
}

.inside p {
	font-size: 11px;
	color: #ccc;
}

.inside a {
	color: #999;
	text-decoration: none;
	border-bottom: none !important;
}

.inside a:hover {
	border-bottom: 1px solid #999;
}

.scrollButtons {
    position: absolute;
    top: 70px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -21px;
    z-index:1;
}

.scrollButtons.right {
    right: -21px;
    z-index:1;
}

.hide {
    display: none;
}


