table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/

#dev7link {
    position:absolute;
    top:0;
    left:50px;
	background:url(../images/arrows.png) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-999px;
}
#dev7 {
    position:absolute;
    top:0;
    left:50px;
	background:url(../images/arrows.png) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-999px;
}

#slider {
	width: 1100px;
	background: url(../images/loading.gif) no-repeat 50% 50%;
	background-image: url(../images/loading.gif);
	position: relative;
	z-index: 999;
	float: left;
}

#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}


/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
