/* 
	Resets defualt browser settings
	reset.css
*/
:focus { outline:0; }
a:active { outline:none; }
ol,ul { list-style:none; }
/*
@font-face{
	font-family: 'BlackBerryBold';
	src: url('/css/fonts/BlackBerryLove_Bold.otf') format('opentype');
}


@font-face{
	font-family: 'BlackBerrySemiBold';
	src: url('/css/fonts/BlackBerryLove_Semibold.otf') format('opentype');
}
@font-face{
	font-family: 'BlackBerryMedium';
	src: url('/css/fonts/BlackBerryLove_Medium.otf') format('opentype');
}
*/
@font-face { font-family: BlackBerryBold; src: url('/css/fonts/BlackBerryLove_Bold.otf'); } 
@font-face { font-family: BlackBerrySemiBold; src: url('/css/fonts/BlackBerryLove_Semibold.otf'); } 
@font-face { font-family: BlackBerryMedium; src: url('/css/fonts/BlackBerryLove_Medium.otf'); }


.slider{
	width: 965px;
	height: 340px;
	float: left;

}


#slides {
	position:absolute;
	//top:80px;
	left:9px;
	float: left;

		
	
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	border: 0px solid;
	margin-left: 3px;
	margin-top: -5px;
	width:970px;
	height:332px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	//padding:40px;
	width:970px;
	height:322px;
	
}

.sliderText{
	width: 450px;
	padding-left: 40px;
	padding-top: 37px;
	
}


.firstH1{
	Margin-left: -60px !important;
}
.otherH1{
	padding-left: 50px !important;
}


.sliderText h1{
	padding-left: 70px;
	width: 350px;
	font-family: 'BlackBerrySemiBold';
	color: #444546;
}
.sliderText #p1{
	width: 350px;
	margin-left: 10px;
	font-size: 22px;
	font-family: 'BlackBerryMedium';
	color: #444546;
}

.sliderText p{
	padding-left:10px; 
	font-size: 22px;
	margin-top: 40px;
	color: #7e7e7e;
	font-family: 'BlackBerryMedium';
	
}
/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:153px;
	left:7px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:955px;
}

/*
	Pagination
*/

/*.pagination {*/
	/*margin:26px auto 0;*/
	/*width:100px;*/
	/*margin-top: -30px;*/
	/*display: none;*/
/*}*/

/*.pagination li {*/
	/*float:left;*/
	/*margin:0 1px;*/
	/*list-style:none;*/
	/**/
/*}*/

/*.pagination li a {*/
	/*display:block;*/
	/*width:12px;*/
	/*height:0;*/
	/*padding-top:12px;*/
	/*background-image:url(../../../img/slider/pagination.png);*/
	/*background-position:0 0;*/
	/*float:left;*/
	/*overflow:hidden;*/
	/*z-index: 40000;*/
/*}*/

/*.pagination li.current a {*/
	/*background-position:0 -12px;*/
/*}*/


.sliderAll{
	background-image:url(../../../img/slider/all.png);
	height: 332px;
}
.sliderPhotos{
	background-image:url(../../../img/slider/photos.png);
	height: 332px;
}
.sliderMovies{
	background-image:url(../../../img/slider/video.png);
	height: 332px;
}
.sliderMusic{
	background-image:url(../../../img/slider/music.png);
	height: 332px;
}
.sliderOther{
	background-image:url(../../../img/slider/other.png);
	height: 332px;
}