/*big menu*/

#kwick {
	position: relative;
	/*border-bottom: 3px double #333;*/
	margin-top: 10px;
	margin-left: 40px;
	margin-right: auto;
}

#kwick ul{
       list-style:none;
       }
# .kwicks {
	display: block;
	height: 200px;
	margin: 0px;
}

#kwick li {
	float: left;
}

li:after {
	content: "";
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 200px;
	width: 97px;
	/*padding: 10px;*/
	background: #fff;
	/*border-right: 5px solid #202020;*/
	border-right: 2px solid #e05430;
	
}

#kwick .kwick span {
	display: none;
}

#kwick .opt1 {
background: #ccc url(../images/menuproy/revlon320x213.jpg) ;
}

#kwick .opt2 {
background: #ccc url(../images/menuproy/hsur320x213.jpg) ;
}
#kwick .opt3 {
background: #ccc url(../images/menuproy/avaya320x213.jpg) ;
}

#kwick .opt4 {
background: #ccc url(../images/menuproy/acosta320x213.jpg);
border-right: 0;
}




