.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin:0 0 0 0;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 206px;
	height: 340px;

	/*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) */
}
.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: 5px; /*Set to same as spacing option. */	
	float: left;
}



.kwick_title{
	color:#FFFCFC;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	text-transform:uppercase;
	position:relative;
	z-index:10;
	top:260px;
	left:20px;
	}
.kwick_text{
	color:#FFFCFC;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	text-transform:uppercase;
	position:relative;
	z-index:10;
	top:-75px;
	left:20px;
	}
.kwick_text_2{
	color:#FFFCFC;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	text-transform:uppercase;
	position:relative;
	z-index:10;
	top:-88px;
	left:20px;
	}
.wall_defender{
position:relative;
top:-105px;
left:15px;
z-index:100;
overflow: hidden;
width: 100%;
font-size: 11px;
}
.wall_defender ul{
list-style-type: none;
margin: 17px 0 0 5px;
padding: 0;
}
.wall_defender li{
float: left;
margin: 0;
padding: 0;
}
.wall_defender a{
float: left;
position: relative;
background: url(../images/sx_defender_wall.png) no-repeat left top;
margin: 0;
margin-right: 10px;
padding: 0 0 0 15px;
text-decoration: none;
}
.wall_defender a span{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	float: left;
	font-style:normal;
position: relative;
display: block;
background: url(../images/dx_defender_wall.png) no-repeat right top;
padding: 6px 20px 12px 5px; 
color: #FFFCFC;
text-transform:uppercase;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.wall_defender a span {float:none;}
/* End IE5-Mac hack */
.wall_defender a:hover{
background: url(../images/sx_defender_wall.png) no-repeat left top;
}
.wall_defender a:hover span{
background: url(../images/dx_defender_wall.png) no-repeat right top;
color: #FFFCFC;
}


.wall_defender_2{
position:relative;
top:-118px;
left:15px;
z-index:100;
overflow: hidden;
width: 100%;
font-size: 11px;
}
.wall_defender_2 ul{
list-style-type: none;
margin: 17px 0 0 5px;
padding: 0;
}
.wall_defender_2 li{
float: left;
margin: 0;
padding: 0;
}
.wall_defender_2 a{
float: left;
position: relative;
background: url(../images/sx_defender_wall.png) no-repeat left top;
margin: 0;
margin-right: 10px;
padding: 0 0 0 15px;
text-decoration: none;
}
.wall_defender_2 a span{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	float: left;
	font-style:normal;
position: relative;
display: block;
background: url(../images/dx_defender_wall.png) no-repeat right top;
padding: 6px 20px 12px 5px; 
color: #FFFCFC;
text-transform:uppercase;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.wall_defender_2 a span {float:none;}
/* End IE5-Mac hack */
.wall_defender_2 a:hover{
background: url(../images/sx_defender_wall.png) no-repeat left top;
}
.wall_defender_2 a:hover span{
background: url(../images/dx_defender_wall.png) no-repeat right top;
color: #FFFCFC;
}