.kwicks {
				width: 1030px;
				height: 440px;
			}
			.kwicks > li {
				height: 440px;
				/* overridden by kwicks but good for when JavaScript is disabled */
				width: 125px;
				margin-left: 5px;
				float: left;
				box-shadow:0 0 17px 10px #333333;
				overflow:hidden;
				position:relative;
			}
.kwicks {
	display: block;
	list-style-type: none;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks > * {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.kwicks.kwicks-processed > * {
	margin: 0;
	position: absolute;
}
.kwicks-horizontal > * {
	float: left;
}
.kwicks-horizontal > :first-child {
	margin-left: 0;
}

.kwicks a{
	position:relative;
	text-decoration:none;
	color:#000000;
	display:block;
}
.kwicks a:hover, .kwicks a:first-letter{
	color:#EB030C!important;
}

.caption {
		position:absolute;
		bottom:0px;
		left:0px;
		display:block;
		padding:10px;
		height:100px;
		width:100%;
		background: transparent url("img/opacity.png") top left repeat;
}
.caption h3 {
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	display:block;
	padding:0px;
	margin:0px;
	text-shadow:0px 0px 3px #ffffff;
}


.slider{
	width:1030px;
	height:440px;
	margin:0px auto;
	overflow:hidden;
}

.left{
	width:655px;
	display:block;
	float:left;
	min-height:100px;
}

.right{
	width:354px;
	float:right;
	display:block;
	min-height:100px;

}

.title{
	border-bottom:1px dotted #cccccc;
	padding-bottom:4px;
	margin-top:20px;
}

.title h2{
	font-size:14px;
	color:#474747;
	padding: 0px;
	margin:0px;
}

.more{
	text-align:right;
}

.more a{
	display:inline-block;
	padding:9px 15px;
	text-decoration: none;
	color:#ffffff;
	background:  #c8020a url("img/button.png") repeat-x left top;
	cursor: pointer;
}

.more a:hover{
	background:#313131;
}

.mainpage{
	list-style:none;
	margin:0px;
	padding:0px;
}

.mainpage li{
	display:inline-block;
    float:left;
    margin:0 5px;
    height:133px;
	width:151px;
	background:  transparent url("img/shadow_left.jpg") no-repeat center left;
}

.mainpage li a{
	display:block;
    text-decoration:none;
	width:100%;
	height:133px;
	background:  transparent url("img/shadow_right.jpg") no-repeat right center;
	text-align:center;
	line-height:230px;
	color:#474747;

	text-transform:uppercase;
}

.mainpage li a:hover{
	color:#eb030c;
}

.mainpage  .link_1 span, .mainpage  .link_2 span, .mainpage  .link_3 span, .mainpage  .link_4 span{
	display:block;
	width:100%;
	height:133px;
}

.mainpage  .link_1 span{
	background:  transparent url("img/icon1.jpg") no-repeat center center;
}

.mainpage  .link_2 span{
	background:  transparent url("img/icon2.jpg") no-repeat center center;
}

.mainpage  .link_3 span{
	background:  transparent url("img/icon3.jpg") no-repeat center center;
}

.mainpage  .link_4 span{
	background:  transparent url("img/icon4.jpg") no-repeat center center;
}



