/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */


a:focus { outline:none; }

.stripViewer .panelContainer .panel ul {
	/*text-align: left;*/
	margin: 0 15px 0 30px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 20px 0;
	position: relative;
	width: 1000px; /*here here here the width of the menu3.php - should be specified and not 100% and it get effected with the widths of the buttons -> .stripNav a { */
}

/* These 2 lines specify style applied (while slider is loading) */
.csw {height: 200px; background: #fff; overflow: scroll;} 
.csw .loading {margin: 200px 0 300px 0; text-align: center;}
#slider1 {width:999px; height:200px; background: url(slider2_bg.jpg) repeat-x;} /*here the width of the slider*/

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	/*border: 5px solid #000;  this is the border. should have the same value for the links */
	/*width: 100%; here*/ /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 201px;
	clear: both;
	/*background:url(bg3.png); /*here*//*
	padding:0;*/
	
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	/*width: 100%;*/
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 1000px; /* here very important Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	/*text-align:left;*/
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	padding-top:0px;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	display: inline;
}

.stripNav ul li {
	float:left;
	/*margin-right: 2px;  If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
	 /*here*/
}

.stripNav a { /* The nav links */
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; /*here the font size*/
	font-weight:bold;
	text-align:center;
	color:#fff;
	text-decoration: none;
	float:left;
	width:249px;/*here*/
	height:35px;/*here*/
	border:0px;
}

.slidetitle{
	height:100%;
	padding-top:10px; /*here the padding of buttons text*/
	cursor:pointer;
}


.stripNav li.tab1 a { background: url(http://ud.ac.ae/css/menu3_hover.gif); border-right:1px solid #960;} /*here the normal and not the hover :D*/
.stripNav li.tab2 a { background: url(http://ud.ac.ae/css/menu3_hover.gif); border-right:1px solid #960;}
.stripNav li.tab3 a { background: url(http://ud.ac.ae/css/menu3_hover.gif); border-right:1px solid #960;}
.stripNav li.tab4 a { background: url(http://ud.ac.ae/css/menu3_hover.gif);}

.stripNav li a:hover {
	background: url(http://ud.ac.ae/css/menu3_bg.gif);
}

.stripNav li a.current {
	background: url(http://ud.ac.ae/css/menu3_bg.gif);
}

.panel1 { /*buttons of the new majors*/
	text-align:left;
	margin:0px;
	padding:0px;
}


.slidertitle {
	font-size:24px;
	font-weight:bold;
	padding:10px;
	color:#FFF;
	text-align:left;
}

.sliderparagraph {
	font-size:13px;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	margin-top:0px;
	text-align:justify;
	color:#FFFFFF;
}

.slide-panel1 {
	background:url(../images/slide/panel.png) no-repeat;
	width:320px;
	height:181px;
	margin-top:5px; /*here here padding of the 3 panels in menu3*/
	margin-left:10px;
	float:left;
}

.slide-panel1 p{
	font-size:13px;
	padding:10px;
	text-align:left;
}

.slide-panel1 h4{
	padding-top:10px;
	margin-top:0;
}
