/*
	@name drafts.ru css style
	@author Jānis Mozgis
	@year 2010
	@version 1.3
	@media screan
/*

/* reset all default params */
body{
	color: #4769b2;
	font-family:Tahoma,Verdana,Arial;
}
textarea{
	font-family:Tahoma,Verdana,Arial;
	font-size: 9pt;
}
*{
	font-size: 9pt;
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
	outline: none;
	color: #2084d8;
}
a:hover{
	color: #066b99;
	text-decoration: underline;
}
/* global CSS classes */
.floatleft{
	float: left;
}
.floatright{
	float: right;
}
.clear{
	clear: both;
}
.margintop{
	margin-top: 10px;
}
/* layout */
#insideWrap{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

/* HEADER */
#header{
	background: url('/images/headerBG.png');
	height: 170px;
	position: relative;
	background-repeat: no-repeat;
}
#header p{
	position: absolute;
	right: 20px;
	top:10px;
	font-size: 11pt;
	color: #1f468b;
}
#header a.mainLink{
	display: block;
	width: 100%;
	height: 152px;
	opacity: 0.6;                    /* Firefox, Safari(WebKit), Opera */
  	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
   	filter: alpha(opacity=60);       /* IE 4-7 */
   	text-decoration: none;
}
#header p a{
	font-size: 10pt;
	color: #1f468b;
	z-index: 2;
}
#header p a:hover{
	text-decoration: underline;
}
/* MENU */
#menuSelected{ /* WRONG WAY TO IDENT */
	background: url('/images/selectedMenuBG.jpg') center center;
	background-repeat: repeat-x;
}
#menu{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#menu a{
	font-size: 10pt;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #dcdcdc;
	color: #5f81cb;
}
#menu a.last{
	border-right: 1px solid #fff;
}
#menu a:hover{
	text-decoration: underline;
}
.hidden{
	display: none;
}
/* Content */

#content{
	overflow: hidden;
	height: 1%;
	float: left;
}
#content .leftColumn{
	width: 690px;
}
#content .rightColumn{
	width: 200px;
	margin-left: 5px;
}
/* Paging */
ul.pagingBootom{
	overflow: hidden;
	height: 1%;
	list-style: none;
	text-align: center;
}

ul.pagingBootom li{
	border-right: 1px solid #dcdcdc;
	width: 20px;
	float: left;
	font-size: 9pt;
}
ul.pagingBootom li.last{
	border: none;
}
ul.pagingBootom li a{
	display: block;
	width: 100%;
	color: #2E508F;
	background: #fff;
}
ul.pagingBootom li.selected a{
	color: #fff;
	background: #2E508F;
}
/*news Opend item */

.newsItemHolder{
	overflow: hidden;
	height: 1%;
}
.newsItemHolder h2{
	margin-bottom: 5px;
}
.newsItemHolder .newsItemLeft{
	float: left;
	width: 205px;
	margin-right:5px;
}
.newsItemHolder .newsItemLeft img.largeNewsPic{
	border: 1px solid #dcdcdc;
	padding: 1px;
}
.newsSmallImagesHolder{
	overflow: hidden;
	height: 1%;
	margin-top: 5px;
}
.newsSmallImagesHolder a{
	background: #fff;
	display: block;
	height: 60px;
	width: 60px;
	padding: 2px;
	border: 1px solid #dcdcdc;
	margin-right: 2px;
	float: left;
	margin-bottom: 2px; 
}
.newsSmallImagesHolder a:hover{
	background: #dcdcdc;
	border: 1px solid #999;
}
.newsSmallImagesHolder a img{
	border: none;
	width: 60px;
	height: 60px;
}

.newsItemHolder .newsItemRight, .itemRight{
	float: left;
	width: 470px;
	text-align: justify;
	font-size: 8pt;
	font-weight: normal;
}
.newsItemHolder .newsItemRight p{
	margin-bottom: 1px;
}
/* tabs */
.tabs{
	margin-top: 10px;
	overflow: hidden;
	height: 1%;
	padding-left: 8px;
	padding-right: 8px;
}

.tabs a{
	background: #fff;
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 8px;
	border: 1px solid #5a79bc;
	height: 25px;
	line-height: 25px;
	font-size: 11pt;
	z-index: 20;
	color: #98BDDC;
	-moz-border-radius-topright: 4px;
 	-khtml-border-radius-topright: 4px;
  	-webkit-border-radius-topright: 4px;
  	border-radius-topright: 4px;
  	
  	-moz-border-radius-topleft: 4px;
 	-khtml-border-radius-topleft: 4px;
  	-webkit-border-radius-topleft: 4px;
  	border-radius-topleft: 4px;
}
.tabs a:hover{
		text-decoration: none;
		color: #2E508F;
}
.tabs a.selected{
	border-bottom: 1px solid #fff;
}
.tabsHolder {
	border: 1px solid #5a79bc;
	padding: 10px;
	margin-top: -1px;
	z-index: 10;
	-moz-border-radius: 4px;
 	-khtml-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	border-radius: 4px;
}
/*news items */
.newsItem{
	overflow: hidden;
	height: 1%;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}
.newsItem .newsLeft{
	margin-right: 5px;
	float: left;
	width: 85px;
}
.newsItem .newsRight{
	float: left;
	width: 570px;
	text-align: justify;
	font-size: 9pt;
}
.newsItem .newsLeft span{
	color: #999;
	font-size: 8pt;
}
.newsItem h3{
	border-bottom: 1px dashed #dcdcdc;
	font-weight: normal;
	margin-bottom: 5px;
}
.newsItem h3 a{
	color: #2E508F;
	font-weight: normal;
}
/* tab category & A-Z */
.tabCatagory, .a-z{
	list-style: none;
}
.tabCatagory li, .a-z li{
		padding-left: 15px;
}
.tabCatagory ul, .a-z ul{
	list-style: none
}
/* First Page */

.firstPageItemsHolder{
	margin-bottom: 10px;
	width: 686px;
}
.fpage{

	float: left;
	display: block;
	border: 2px solid #d4e2eb;
	-moz-border-radius: 4px;
 	-khtml-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	border-radius: 4px;

}
.firstPageItemsHolder h2, .sideBarItem h4, #newsTop h4, h2{
	font-size: 12pt;
	color: #2e508f;
	font-weight: normal;
	border-bottom: 1px solid #dcdcdc;
}
.fpage h2{
	background-color: #D6E7EE;

}
.firstPageItemsHolder h2{
	padding-left: 5px;
}
.firstPageItemsHolder ul{
	overflow: hidden;
	height: 1%;
	margin-top: 10px;
	list-style: none;
	margin-left: 5px;
	margin-right: 5px;
}
.firstPageItemsHolder ul li{
	float: left;
	margin-right: 5px;
	border: 1px solid #d4e2eb;
	-moz-border-radius: 4px;
 	-khtml-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	border-radius: 4px;
  	width: 220px;
  	height: 170px;
  	margin-bottom: 5px;
  	opacity: 0.8;                    /* Firefox, Safari(WebKit), Opera */
  	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
   	filter: alpha(opacity=80);       /* IE 4-7 */
	background: url('../images/boxGRadiant.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	cursor: pointer;
}

.firstPageItemsHolder ul li:hover{
	opacity: 1;                    /* Firefox, Safari(WebKit), Opera */
  	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
   	filter: alpha(opacity=100);       /* IE 4-7 */
}

.firstPageItemsHolder ul li.last{
	margin: 0;
}
.firstPageItemsHolder ul li p{
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
	font-size: 7pt;
	
}
.firstPageItemsHolder ul li h3{
	font-size: 10pt;
	font-weight: normal;
	padding-left: 5px;
}
.firstPageItemsHolder ul li img{
	margin-left: auto;
	margin-right: auto;
}

/* Search Form */
.serachForm{
	margin-bottom: 20px;
}
.serachForm input{
	border: 1px solid #d6e7ee;
	-moz-border-radius: 10px;
 	-khtml-border-radius: 10px;
  	-webkit-border-radius: 10px;
  	border-radius: 10px;
  	background: #d6e7ee;
  	padding: 3px;
  	color: #999;
  	width: 175px;
}
.srcBtn{
	margin-top: 5px;
	cursor: pointer;
}
/* catelog listEd */

.cateleogListItem{
	overflow: hidden;
	height: 1%;
	margin-bottom: 5px;
}
.catelogImage img{
	border: none;
}
.catelogImage{
	display: block;
	height: 120px;
	width: 120px;
	padding: 1px;
	border: 1px solid #dcdcdc;
	background: #fff;
	float: left;
	margin-right: 10px;
}
.catelogImage:hover{
	background: #f1f1f1;
	border: 1px solid #999;
}
.catelogItemRight{
	width: 545px;
	float: left;
}
/* Uncomment if Srcollbars neaded  */
/*.tabedData{
	height: 110px;
	overflow: auto;
	padding-right: 5px;
}*/
.tabedData h6{
	font-size: 11pt;
	border-bottom: 1px solid #dcdcdc;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 5px;
	clear: both;
}
.catelogItemRight h5{
	font-size: 11pt;
	border-bottom: 1px solid #dcdcdc;
	font-weight: normal;
}
.catelogItemRight p{
	text-align: justify;
	font-size: 8pt;
}
/* locationBar */

#locationBar{
	overflow: hidden;
	height: 1%;
	margin-top: 25px;
	margin-bottom: 10px;
}
#locationBar em{
	float: left;
	font-style: normal;
	font-size: 8pt;
	color: #98bddc;
	line-height: 20px;
	
}
#locationBar a, #locationBar span{
	display: block;
	margin-right: 5px;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	color: #98bddc;
}
#locationBar a:hover{
	color: #2084d8;
}
/* Specialist */
.specialistHoder{
	overflow: hidden;
	height: 1%;
	margin-top: 10px;
}
.specialistLeft{
	float: left;
	width: 85px;
	margin-left: 3px;
}
.specialistRight{
	font-size: 8pt;
	width: 190px;
	margin-left: 10px;
	float: left;
}
.specialistLeft img{
	border: 1px solid #f1f1f1;
	padding: 1px;
}
#btn{
	clear: both !important;
	background: #fff;
	border: 1px solid #666666;
	-moz-border-radius: 5px;
 	-khtml-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
  	padding-left: 10px;
  	padding-right: 10px;
  	padding-top: 5px;
  	padding-bottom: 5px;
  	font-weight: bold;
  	background: url(../images/btnBG.png);
}
.questForm h2{
	margin-top: 10px;
	margin-bottom: 10px;
}
/* realated Products */
.relatedProducts{
	overflow: hidden;
	height: 1%;
}
.contactForm input{
	width: 300px;
	padding: 5px;
	border: 1px solid #0047b4;
	display: block;
	padding-left:10px;
	background: #fff;
	margin-bottom: 2px;
	-moz-border-radius: 4px;
 	-khtml-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	border-radius: 4px;
  	color: #5a7abc;
}
.contactForm textarea{
	color: #5a7abc;
	width: 545px;
	height: 235px;
	padding: 2px;
	border: 1px solid #0047b4;
	display: block;
	padding-left:10px;
	background: #fff;
	margin-bottom: 2px;
	-moz-border-radius: 4px;
 	-khtml-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	border-radius: 4px;
}
.contactForm #submit{
	padding: 5px;
	width: 120px;
	right: 10px;
}
.antiGalds{
	width: 0px !important;
	height: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
	border: 0px;
}
.relatedProducts a{
	display: block;
	height: 64px;
	width: 64px;
	position: relative;
	float: left;
	padding: 1px;
	background: #fff;
	border: 1px solid #f1f1f1;
}
.relatedProducts a span{
	position: absolute;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	bottom: 1px;
	opacity: 0.5;                    /* Firefox, Safari(WebKit), Opera */
  	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
   	filter: alpha(opacity=50);       /* IE 4-7 */
   	background: #333;
   	color: #fff;
   	display: block;
   	width: 62px;
}
.relatedProducts a:hover span{
	opacity: 1;                    /* Firefox, Safari(WebKit), Opera */
  	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
   	filter: alpha(opacity=100);       /* IE 4-7 */
   	background: #333;
}
.relatedProducts a:hover{
	border: 1px solid #999;
	background: #f1f1f1;
}
/* files List */
.fileList{
	margin-left: 5px;
	padding: 5px;
	list-style: none;
	clear: both;
}
.fileList li{
	margin-top: 1px;
	line-height: 48px;
}
.fileList li a span{
	display: block;
	height: 48px;
	width: 48px;
	float: left;
	margin-right: 2px;
}
.fileList li a{
	position: relative;
}
.fileList li a em{
	position: absolute;
	width: 110px;
	display: block;
	color: #dcdcdc;
	font-style: normal;
	font-size: 7pt;
	height: 10px;
}
.fileList li a:hover em{
	color: #999;
}
.fileList li.png a span{
	background: url('/images/filesIcons/file_bmp.png');
}
.fileList li.rar a span{
	background: url('/images/filesIcons/box_rar.png');
}
.fileList li.zip a span{
	background: url('/images/filesIcons/box_zip.png');
}
.fileList li.doc a span{
	background: url('/images/filesIcons/file_doc.png');
}
.fileList li.pdf a span{
	background: url('/images/filesIcons/file_pdf.png');
}
.fileList li.pps a span{
	background: url('/images/filesIcons/file_pps.png');
}
.fileList li.unknown a span{
	background: url('/images/filesIcons/document_blank.png');
}

/* Sidebar */

.sideBarItem div{
margin-top: 5px;
height: 50px;
	overflow: hidden;
	opacity: 0.8;                    /* Firefox, Safari(WebKit), Opera */
  	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
   	filter: alpha(opacity=80);       
}
.sideBarItem div{
	cursor: pointer;
}
.sideBarItem div:hover{
	opacity: 1;                    /* Firefox, Safari(WebKit), Opera */
  	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
   	filter: alpha(opacity=100);       /* IE 4-7 */
}

.sideBarItem div img{
	float: left;
	margin-right: 3px;
}
.sideBarItem .groupFix{
	position: relative;
	height: 15px;
	margin-top: 5px;	
}

.sideBarItem div p{
	font-size: 9pt;
	margin-left: 50px;
	width: 140px;
}
.groupFix{
	position: relative;
	height: 15px;
	margin-top: 10px;	
}
.groupFix1{
	position: relative;
	height: 15px;
}
#absol{
	background-color: #fff;
	position: absolute;
	bottom: -7px;
	right: 10px;
	padding-right: 5px;
	padding-left: 5px;
	font-style: normal;
	font-size: 8pt;
	color: #999;
	background: #fff none repeat scroll 0 0;
}
.groupFix a, .groupFix em, .groupFix1 a, .groupFix1 em{
	color: #999;
	font-style: normal;
	position: absolute;
	background: #fff;
	padding-left: 5px;
	padding-right: 5px;
	right: 10px;
	font-size: 8pt;
}
.groupFix a:hover, .groupFix1 a:hover, #absol:hover{
	color: #333;
}
.groupFix span{
	position: absolute;
	background: #dcdcdc;
	display: block;
	width: 100%;
	height: 1px;
	top:7px;
}
.groupFix1 span{
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	bottom: 0;
}

/* Footer */
#footer{
	overflow: hidden;
	height: 102px;
	background: url('../images/footer.png');
	background-repeat: no-repeat;
	clear: both;
}
#footer .largeZone{
	width: 550px;
	line-height: 65px;
	font-size: 8pt;
	text-align: center;
}
#footer .smallZone{
	width: 350px;
	text-align: center;
}
.contactsItemHolder{
overflow: hidden;
height: 1%;
}
.contactsItemHolder h2{
margin-bottom: 20px;
}
.contactsRight{
float:left;
font-size:10pt;
font-weight:normal;
text-align:justify;
margin-left: 20px;
}
.contactsLeft{
float:left;
font-size:8pt;
font-weight:normal;
text-align:justify;

}
.sentMsg{
font-size: 16pt;
color: green;
text-align: center;
width: 98%;
border: 2px solid green;
margin-bottom: 20px;
font-weight: bold;
padding: 3px;
}
.errMsg{
font-size: 16pt;
color: red;
text-align: center;
width: 98%;
border: 2px solid red;
margin-bottom: 20px;
font-weight: bold;
padding: 3px;

}
.tabBrand{
list-style: none;
}
.newsItemHolder ul{
margin-left: 15px;
}
#newsTop{
	margin-top: 30px;
	width: 695px;
}
.newsTopUp{
	height: 71px;
	display: block;
	margin-bottom: 5px;
	margin-right: 5px;
	border: 2px solid #d4e2eb;
	-moz-border-radius: 4px;
 	-khtml-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	border-radius: 4px;
}
.newsTopDown{
	height: 70px;

	display: block;
	margin-bottom: 5px;
	margin-right: 5px;
	border: 2px solid #d4e2eb;
	-moz-border-radius: 4px;
 	-khtml-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	border-radius: 4px;

}

#topLeftSide{
	width: 300px;
	float: left;
	display: block;
	height: 150px;
}
#topCenter{
position: relative;
	width: 385px;
	float: left;
	display: block;
	height: 150px;
	margin-bottom: 5px;
	margin-right: 5px;
	border: 2px solid #d4e2eb;
	-moz-border-radius: 4px;
 	-khtml-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	border-radius: 4px;

}
#topCenter h4{
background-color: #D6E7EE;
padding-left: 5px;
}

.topNewsItem{
cursor: pointer;
width: 380px;
padding-left: 5px;
padding-bottom: 5px;
padding-top: 17px;
	overflow: hidden;
	opacity: 0.8;                    /* Firefox, Safari(WebKit), Opera */
  	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
   	filter: alpha(opacity=80);   
	

}
.topNewsItem:hover{
	opacity: 1;                    /* Firefox, Safari(WebKit), Opera */
  	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
   	filter: alpha(opacity=100);   
	

}

.topSmallItem{
cursor: pointer;
width: 270px;
padding: 5px;
height: 30px;
	overflow: hidden;
	opacity: 0.8;                    /* Firefox, Safari(WebKit), Opera */
  	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
   	filter: alpha(opacity=80);   
}
.topSmallItem{
	opacity: 1;                    /* Firefox, Safari(WebKit), Opera */
  	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
   	filter: alpha(opacity=100);   
	
}
.newsTopUp h4, .newsTopDown h4{
padding-left: 5px;
background-color: #D6E7EE;
}
.topNewsItem img, .topSmallItem img{
	float: left;
	margin-right: 3px;
}

.topNewsItem p, .topSmallItem p{
	font-size: 9pt;
	text-align: center;
}
#topCenterUp, #topCenterDown{
	height: 50px;
}
.resultsContainer{
left: 5px;
position: relative;
width: 95%;
}
.poolAnswers{
background:url(/images/selectedMenuBG.jpg) scroll center center;
margin-top: 3px;
margin-bottom: 7px;
height: 20px;
}
.poolPercent{
	position: absolute;
	bottom: 0px;
	left: 5px;
}
.title{
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
}
.pollOptionName{
	padding-left: 5px;
}
.radio{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.radio label:hover{
	text-decoration: underline;
	cursor: pointer;
}
#voteBtn{
	margin: 10px;
	clear: both !important;
	background: #fff;
	border: 1px solid gray;
	-moz-border-radius: 5px;
 	-khtml-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
  	padding-left: 5px;
  	padding-right: 5px;
  	
  	
}

.poolH2{
padding-left: 5px;
	background-color: #D6E7EE;

}
.rightSideIcons{
	padding: 5px;
}
.rightSideIcons img{
	text-decoration: none;
	border: none;
	margin-left: 5px;
}
.pool{
	margin-top: 30px;
	width: 196px;
	float: left;
	display: block;
	margin-bottom: 5px;
	margin-right: 5px;
	border: 2px solid #d4e2eb;
	-moz-border-radius: 4px;
 	-khtml-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	border-radius: 4px;

}
.objectList{
	margin-top: 30px;
	margin-left: 50px;
	list-style: none;
}
.objectList li a{
	color: #2E508F;
	font-size: 11pt;
}
#poga{
font-size: 9pt;
	height: 27px;
	color: black;
	clear: both !important;
	background: #fff;
	border: 1px solid #666666;
	-moz-border-radius: 5px;
 	-khtml-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
  	padding-left: 10px;
  	padding-right: 10px;
  	font-weight: bold;
  	background: url(../images/btmBG1.png) bottom repeat-x;
  	text-align: center;
    margin-left: 5px;
  	margin-bottom: 5px;
  	margin-right: 5px;
	
}
#poga em{
	text-align: center;
	color: #666666;
	font-size: 7pt;
	display: block;
}
.specialistHoder{
	float: left;
	display: block;
	border: 2px solid #d4e2eb;
	-moz-border-radius: 4px;
 	-khtml-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	border-radius: 4px;
}

.specialistHoder h2{
	background-color: #D6E7EE;

}
.slideshow{
	position: relative;
}
.slideshow .slides img{
	width: 448px;
}
.slideshow .controls{
	position: absolute;
	height: 20px;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	z-index: 100;
	bottom: 3px;
	border: 1px solid gray;
}
.slideshow .controls div{
	float: left;
	height: 20px;
	width: 25px;
	cursor: pointer;
}
.slideshow .controls #play{
	background: url(../images/icons/playerIcons/play.png) no-repeat center center;
}
.slideshow .controls #pause{
	background: url(../images/icons/playerIcons/pause.png) no-repeat center center;
}
.slideshow .controls #next{
	background: url(../images/icons/playerIcons/next.png) no-repeat center center;
}
.slideshow .controls #prev{
	background: url(../images/icons/playerIcons/previous.png) no-repeat center center;
}
.slideshow .controls #fullScr{
	background: url(../images/icons/playerIcons/fullScr.png) no-repeat center center;
}
.slideshow .controls #fullScr a{
	display: block;
	width: 25px;
}
.slideshow .controls #fullScr a:hover{
	text-decoration: none;
}

.controlsBig{
	position: absolute;
	height: 20px;
	width: 75px;
	left: 50%;
	margin-left: -37px;
	bottom: 3px;
	border: 1px solid gray;
	z-index: 1000;
}
.controlsBig div{
	float: left;
	height: 20px;
	width: 25px;
	cursor: pointer;
}
.controlsBig #playBig{
	background: url(../images/icons/playerIcons/play.png) no-repeat center center;
}
.controlsBig #pauseBig{
	background: url(../images/icons/playerIcons/pause.png) no-repeat center center;
}
.controlsBig #nextBig{
	background: url(../images/icons/playerIcons/next.png) no-repeat center center;
}
.controlsBig #prevBig{
	background: url(../images/icons/playerIcons/previous.png) no-repeat center center;
}
.slideshowBig{
	height: 480px;
	width: 640px;
}
#showBigPopup .slideshowBig .slidesBig img{
	z-index: 1000;
	height: 480px;
	width: 640px;
}