*{
	margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
}
body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font: 14px Verdana, Helvetica, sans-serif;
}
a:focus {
	outline: none;
}
#panel1 {
	background: #fff;
	padding-top: 10px;
	height: 70px;
	display: none;
}
.slide1 {
	margin: 0;
	padding: 0;
	border-top: solid 4px #000;
	background-color: #fff;
	background-repeat: repeat-x;
	position: relative;
}
#slideposition{
	margin-left: auto; 
	margin-right: auto; 
	width: 980px;	
}
.btn-slide {
	background: url(../images/white-arrow2.gif) no-repeat right -49px;
	text-align: center;
	width: 190px;
	height: 28px;
	padding: 1px 10px 0 0;
	display: block;
	font: bold 14px Arial, Helvetica, sans-serif;
	line-height: 28px;
	top: 0;
	left: 780px;
	color: #fff;
	text-decoration: none;
	background-color: #000;
	text-align: center;
	position: relative;
	z-index: 1;
	
	/*CSS3*/
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-o-border-bottom-left-radius: 8px;
	-o-border-bottom-right-radius: 8px;
	
	/* PIE Integration */
	behavior: url(PIE.htc);
}

.btn-slide:hover{
	color: #91268e;
}

.active {
	background-position: right 12px;
}