@charset "UTF-8";

/*------------------------------------------------------------------------------------
* Filename: reset.css
    ------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------
      Global Reset
    ------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}
/***/

#slider
{
	width: 640px;
	height: 360px;
	position: relative;
	z-index: 3;
}
#slider_menu {
	position: absolute; 
	z-index: 6;
	top: 338px;
	left:280px;

    
}
div#ImageRotation IMG.active {
    z-index: 5;
}
div#ImageRotation IMG {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}
.HideImg
{
	display:none;
}
ul.pagination { 
	list-style-type:none;
	list-style-image:none;
}
ul.pagination li {
	float:left; 
	margin: 0 10px 0 0; 

}	
ul.pagination a { 
	display:block; width:12px;
	padding-top:12px; 
	height:0;
	overflow:hidden; 
	background-image:url(/images/orange/pagination.png);
	background-position:0 0; background-repeat:no-repeat;
}
ul.pagination li.active a {
	background-position:0 -12px
}
