@charset "windows-1251";
/* Gallery Styles */

#motioncontainer {

/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
height: 230px; /* Set to gallery height */
}

#motioncontainer .video {}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}



.sc_menu span {
  display:block;
  width:240px;
  height:30px;
  text-align:center;
  margin: 0px 0px 3px 0px;
  padding:0;
  font-size: 12px;
  font-weight:bolder;
  color: #000;
  white-space:normal;
}

.sc_menu div
	{ 
		position:relative;
		margin:0 3px;
		padding: 0px;
		 display:-moz-inline-stack;/*Нужно для Firefox*/
 		 display:inline-block; /*Не применяется в IE и Firefox*/
  		_overflow:hidden;/*фикс для IE6*/
 		 zoom:1;/*включаем hasLayout*/
 		 *display:inline;/*при hasLayout true display:inline ведёт себя как display:inline-block*/
		 width:240px; 
		 height:225px; 
	}

/* End Gallery Styles */

/*Easy Slide News Styles*/

#mynewsdiv { width:200px; margin:0 0 20px 0;}
 .news_head{color: #DA251D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12.1pt;
	font-weight: bolder;
	margin-bottom:5px;
	}
		
		.news_style{display:none;}
		.news_show
			{
				position:absolute;
				background-color: white;
				color:black;
				font: normal 100% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
				clip:rect(0px 193px 158px 0px);
				height:150px;
				width:193px;
				padding:1px;
				
			}
		.news_border
			{
				background-color: white;
				width:190px;
				height:152px;
				font: normal 100% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
				border: 2pt solid #000000;
				padding: 5px 5px 5px 5px;
		
				/*overflow: auto;*/	
			}
		.news_mark
			{
				background-color:white ;
				font: normal 70% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
				border: 2pt solid #000000;
				width:195px;
				height:150px;
				color:black;
				text-align:center;
			}
		.news_title
			{
				font: bold 120% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
				border: 2pt solid #000000;
				padding: 5px 0px 9px 5px;
				color:black;
			}
		.news_show img
			{
				margin-left: 5px;
				margin-right: 5px;
		
			}
		.buttondiv
			{

				/*float: left;*/
				/*top: 169px;*/
				padding: 5px 5px 5px 5px;
				background-color:white ;
				border: 2pt solid #000000;
				/*border-top-color: white;*/
				border-top:none;
				height:20px;
				width:190px;
			}
		  .news_move 
		  	{
				 position: relative;
		  }
		.mytable
			{
				width:195px;
				height:150px;
				vertical-align: top; 
			}
		.news_count_phrase{
				font: 12px Arial;
				color: #000;;
				text-decoration : none;
				text-align:right;
				display:inline-block;
				position:relative;
				left:50px;
				}

/*End Easy Slide News Styles*/

