/* basic dropdown Action */
/* * { margin: 0; padding: 0; } */

nav { width: 960px; margin: 0 auto; font-family: sans-serif; font-size: 17px; font-style: normal;}
nav ul ul { display: none; }
nav ul li:hover > ul { display: block; }

/* style */
nav ul { background: #000; box-shadow: 0px 0px 9px rgba(0,0,0,0.15); padding: 0 10px; list-style: none; position: relative; }

/* Clear float */
nav ul:after { content: ""; clear: both; display: block; }
nav ul li { float: left; }
nav ul li:hover { background: #333; }
nav ul li:hover a { color: #fff; }
nav ul li a { display: block; padding: 20px 40px; color: #fff; text-decoration: none; font-weight: bold; }
nav ul ul { background: #333; border-radius: 0px; padding: 0; position: absolute; top: 100%; }
nav ul ul li { float: none; /* border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; */ position: relative; }
nav ul ul li a { padding: 10px 40px; color: #fff; text-align: left; }	
nav ul ul li a:hover { background: #565656; }
nav ul ul ul { position: absolute; left: 100%; top:0; }

/*Slider css starts*/
/* .container { width: 960px; margin: 50px auto; background: #000; } */
#slider { position: relative; overflow: hidden; margin: 20px auto 0 auto; border-radius: 4px; width: 940px !important; }
#slider ul { position: relative; margin: 0 80px; padding: 0; height: 200px; list-style: none; width: 870px !important; }
#slider ul li { position: relative; display: block; float: left; margin: 0 10px; padding: 0; width: 110px; height: 200px; text-align: center; line-height: 300px; }
a.control_prev, a.control_next { position: absolute; top: 40%; z-index: 999; display: block; padding: 12px 10px; width: 20px; height: 20px; background: #2a2a2a; color: #fff; text-decoration: none; font-weight: 600; font-size: 18px; opacity: 0.8; cursor: pointer; }
a.control_prev:hover, a.control_next:hover { opacity: 1; -webkit-transition: all 0.2s ease; }
a.control_prev { border-radius: 0 2px 2px 0; }
a.control_next { right: 0; border-radius: 2px 0 0 2px; }
#slider ul li img { border: 2px solid #ffffff; }
/*Slider css ends*/