/*big menu*/

#wick {
	position: relative;
	/*border-bottom: 3px double #333;*/
	margin-left: 15px;
}

#wick .wicks {
	display: block;
	height: 65px;
	margin: 0px;
}

#wick li {
	float: left;
}

li:after {
	content: "";
}

#wick .wick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 65px;
	width: 171px;
	/*padding: 10px;*/
	background: #fff;
	/*border-right: 5px solid #202020;*/
	border-right: 1px solid #fff;
}

* html #wick .wick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 65px;
	width: 187px;
	/*padding: 10px;*/
	background: #fff;
	/*border-right: 5px solid #202020;*/
	border-right: 1px solid #fff;
}




#wick .wick span {
	display: none;
}

#wick .opt1 {
	background: #000 url(../images/sh.jpg) no-repeat top left ;
	width:171px;
}

#wick .opt2 {
	background: #000 url(../images/is.jpg) no-repeat top left;
	width:171px;
}

#wick .opt3 {
	background: #000 url(../images/iv.jpg) no-repeat top left;
	width:171px;
}

#wick .opt1_h {
	background: #000 url(../images/sh.jpg) no-repeat top left ;
	width:171px;
		filter:alpha(opacity=70); 
-moz-opacity: 0.7; 
opacity: 0.7;
}

#wick .opt2_h {
	background: #000 url(../images/is.jpg) no-repeat top left;
	width:171px;
		filter:alpha(opacity=70); 
-moz-opacity: 0.7; 
opacity: 0.7;
}

#wick .opt3_h {
	background: #000 url(../images/iv.jpg) no-repeat top left;
	width:171px;
		filter:alpha(opacity=70); 
-moz-opacity: 0.7; 
opacity: 0.7;
}



* html #wick .opt1 {
	background: #000 url(../images/sh.jpg) no-repeat top left ;
	width:187px;
}

* html #wick .opt2 {
	background: #000 url(../images/is.jpg) no-repeat top left;
	width:187px;
}

* html #wick .opt3 {
	background: #000 url(../images/iv.jpg) no-repeat top left;
	width:187px;
}

* html #wick .opt1_h {
	background: #000 url(../images/sh.jpg) no-repeat top left ;
	width:187px;
			filter:alpha(opacity=70); 
-moz-opacity: 0.7; 
opacity: 0.7;
}

* html #wick .opt2_h {
	background: #000 url(../images/is.jpg) no-repeat top left;
	width:187px;
			filter:alpha(opacity=70); 
-moz-opacity: 0.7; 
opacity: 0.7;
}

* html #wick .opt3_h {
	background: #000 url(../images/iv.jpg) no-repeat top left;
	width:187px;
			filter:alpha(opacity=70); 
-moz-opacity: 0.7; 
opacity: 0.7;
}