/* WebDesignAndSuch.com */

@font-face {
 font-family: MyCustomFont;
 src: url("../GOTHIC.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 src: url("../GOTHIC.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: MyCustomFont2;
 src: url("../GOTHICB.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont2;
 src: url("../GOTHICB.ttf") /* TTF file for CSS3 browsers */
}


*{
	margin:0;
	padding:0;
}

/* Slider Styles Starts */

#intro {
    padding-bottom:0px;
}
#slider-outer{
	height:490px;
	padding:15px 0 0 0;
	text-transform:uppercase
	
}
#slider {
		border:0px solid #000;
		background:#ccc;
    width: 650px;
    margin: 0 auto;
	margin-left:125px;
    position: relative;

}
.scroll {
	overflow: hidden;
	width: 580px;
    margin: 0 auto;
    position: relative;
}
.scrollContainer {
	position: relative;
}
.scrollContainer div.panel {
    padding: 10px;
    width: 260px;
	height: 470px;
}
.inside {
	padding: 10px 0; text-align:center;
	margin-left:20px;
}
.inside img {
	display: block;
	margin: 0 0 10px 0;
	width: 200px;
}
.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 16px;
	margin: 0 0 8px 0;
}
.inside p {
	font-size: 11px;
	color: #FFF;
}
.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.scrollButtons:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	
}
.scrollButtons.left {
    left: -70px;
	
}
.scrollButtons.left:hover {
    left: -70px;
	
}
.scrollButtons.right {
    right: -70px;
	
}
.scrollButtons.right:hover {
    right: -70px;
	
}
.hide {
    display: none;
}

#slider p{position:relative; top:-2.8em; text-align:center; font-family: MyCustomFont;}

/* Slider Styles Ends */

img {border:0px}


#slider a:link, #slider a:visited {color:#3D3D3D; text-decoration:none; font-size:12px; }
#slider a:hover, #slider a:active {color:#fff; text-decoration:none; font-size:12px; cursor:pointer}


/* DEMO STYLES - delete these */
#info {width:600px; margin:0 auto; color:#666; margin-top:50px; text-align:center; font-size:12px; padding-bottom:25px}
#info a:link, #info a:visited {color:#ccc}
#info a:hover, #info a:active {color:#fff}

#demo-outer {width:980px; margin:0 auto; background:#202020; -webkit-box-shadow: 0px 0px 4px #000;
-moz-box-shadow: 0px 0px 15px #000; padding-bottom:25px}




