/** {
	margin: 0;
	padding: 0;
}

body { 
    font: 11px Helvetica, Arial, sans-serif;
	background-color:#333;
}*/

#wrapper {
    width: 922px;
    margin: 10px;
	/*margin: auto;*/
}

#intro {
    padding-bottom: 10px;
}

#slider {
    width: 922px;
    margin: 0 auto;
    position: relative;
	border: 6px solid #ccc;
}

.scroll {
	overflow: hidden;
	width: 922px;
	padding-bottom:10px;
    margin: 0 auto;
    position: relative;
	background:url(../content/start.jpg) no-repeat;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 274px; /*274px*/
	height: 318px;
	margin-bottom:12px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	/*background: url(../images/leftshadow.png) repeat-y;*/
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	/*background: url(../images/rightshadow.png) repeat-y;*/
}

.inside {
	padding: 10px;
	/*cursor: pointer;*/
	border: 1px solid #999;
	background-color:#000;
}

.inside img {
	display: block;
	border: 1px solid #666;
	margin: 0px 0px 10px 0px;
	width: 250px; /*250px*/
}

.inside h2 {
	font-weight: normal;
	color: #e2007a;
	font-size: 16px;
	margin: 0 0 8px 0;
}

.inside p {
	font-size: 11px;
	color: #ccc;
}

/*a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

a:hover {
	border-bottom: 1px solid #999;
}*/

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
	z-index:9999;
}

.scrollButtons.left {
    left: -72px;
}

.scrollButtons.right {
    right: -72px;
}

.hide {
    display: none;
}