/* Start of CMSMS style sheet 'nice' */
#kwicks-wrap{
	position: relative;
	width: 940px;
}

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	margin: 5px 0px 30px;
	padding: 0;
	background-image: url(../img/kwicks/bg-kwicks.jpg);
	background-repeat: repeat-x;
	width: 930px;
}
	
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 310px;
	height: 327px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
	float: left;
	position: relative;
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 0px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}

.kwicks li .leftcol{
	width: 250px;
	display:inline;
	position: absolute;
	left: 50px;
	top: 10px;
	padding-right: 17px;
}

.kwicks li .rightcol{
	width: 277px;
	float:left;
	position: absolute;
	left: 310px;
	top: 10px;
}

.kwicks li .rightcol h2{
	margin-bottom: 10px;
	font-size: 16px;
}

.kwicks li .leftcol .quote{
	position: absolute;
	top: 71px;
	right: 32px;
}

.rightcol ul{
		padding: 0px 3px; margin: 0px;
}

.rightcol li{
	display: block;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.rightcol img{
	margin-top: 10px;
	padding-top: 0px;
}

#kwick_1 { 

}
#kwick_1.active {   
	background-image: url(../img/kwicks/active-bg.jpg);
	background-position: 1% 0%;
}  
#kwick_2 {
	background-image: url(../img/kwicks/divide.jpg);
	background-repeat: no-repeat; background-position: left;
	background-position: 0% 0%;
}

#kwick_2.active {   
	background-image: url(../img/kwicks/active-bg2.jpg);
	background-position: 1% 0%;
}  

#kwick_3 {
		background-image: url(../img/kwicks/divide.png);
	background-repeat: no-repeat; background-position: 0% 0%;
}

#kwick_3.active {   
	background-image: url(../img/kwicks/active-bg3.jpg);
}  
#kwick_4 { 
	background-color: #bf7cc7;
}
.kwicks.horizontal #kwick_4 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_4 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}

#kwicks-wrap .left{
	background-image: url(../img/kwicks/left.png);
	width: 12px;
	height: 326px;
	position: absolute;
	top: 0px; left: 0px;
	z-index: 10;
}

#kwicks-wrap .right{
	background-image: url(../img/kwicks/right.png);
	width: 12px;
	height: 326px;
	position: absolute;
	top: 0px; right: 0px;
	z-index: 10;
}
/* End of 'nice' */

