* {
	margin: 0;
	padding: 0;
}

html,body {
	height: 100%
}

/*body, div { font-family: Tahoma, verdana, helvetica, arial }*/
body {
	font-family: Tahoma, verdana, helvetica, arial
}

body {
	margin: 0;
	padding: 0;
	font-size: small;
	color: #333
}

body {
	font-family: Verdana;
	background: white;
	overflow: auto;
}

table {
	border: 0px;
	border-collapse: collapse;
}

td {
	padding: 0px;
}

img {
	display: block;
	border: 0;
}

p img {
	display: inline;
}

a {
	font-family: Verdana;
	font-size: 12px;
	color: #1d85f0;
	color: #F6861F;
	text-decoration: underline;
	cursor: pointer;
}

a:hover {
	font-family: Verdana;
	color: #1d85f0;
	color: #F6861F;
	text-decoration: none;
	cursor: pointer;
}

.hidden {
	display: none;
}

/***********************************************************************/
	/* Scrolling start */
#scrollline {
	position: absolute;
	width: 17px;
	top: 0px;
	right: 0px;
	background: #fff;
	float: right;
	z-index: 100;
}

#scrollline .rail {
	top: 0px;
	bottom: 0px;
	right: 0px;
	position: absolute;
	width: 15px;
	background-image: url("rail.png");
	background-repeat: repeat-y;
}

#scrollline .railup {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 17px;
	background-image: url("railup.png");
	background-repeat: no-repeat;
}

#scrollline .raildown {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 17px;
	background-image: url("raildown.png");
	background-repeat: no-repeat;
}

#scrollline  .railmiddle {
	position: absolute;
	top: 9px;
	bottom: 8px;
}

#scrollline .slider {
	position: absolute;
	top: 0px;
	bottom: 0px;
}

#scrollline .handle {
	position: absolute;
	width: 15px;
	z-index: 100;
	min-height: 35px;
	cursor: pointer;
}

#scrollline .handleup {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 6px;
	background-image: url("handleup.png");
	background-repeat: no-repeat;
}

#scrollline .handlemiddle {
	position: absolute;
	width: 100%;
	top: 6px;
	bottom: 6px;
	background-image: url("handlemiddle.png");
	background-repeat: repeat-y;
}

#scrollline .handledown {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 6px;
	background-image: url("handledown.png");
	background-repeat: no-repeat;
}

/* Scrolling end */ /* Content start */
#container {
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
}

#container .content {
	position: absolute;
	left: 0px;
	right: 10px;
}

/* Content end */
	/***********************************************************************/
#screen {
	position: relative;
	margin: 0px auto 0px auto;
	min-width: 1016px;
	min-height: 729px;
	width: 100%;
	height: 100%;
}

#screen.small {
	min-width: 790px;
	min-height: 650px;
	/*min-width: 636px;*/ /*min-height: 452px;*/
}

#she {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 185px;
	height: 525px;
	background-image: url('she.png');
	background-repeat: no-repeat;
	z-index: 50;
}

.small #she {
	width: 115px;
	height: 326px;
	background-image: url('she_s.png');
}

#he {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 324px;
	height: 695px;
	background-image: url('he.png');
	background-repeat: no-repeat;
	z-index: 50;
}

.small #he {
	width: 201px;
	height: 431px;
	background-image: url('he_s.png');
}

#backtop {
	position: absolute;
	top: 0px;
	left: 244px;
	width: 650px;
	height: 301px;
	background-image: url('gt.png');
	background-repeat: no-repeat;
	z-index: 100;
}

.small #backtop {
	left: 151px;
	width: 403px;
	height: 187px;
	background-image: url('gt_s.png');
}

#flowerleft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 249px;
	height: 307px;
	background-image: url('fl.png');
	background-repeat: no-repeat;
	z-index: 200;
}

.small #flowerleft {
	width: 154px;
	height: 190px;
	background-image: url('fl_s.png');
}

#flowerright {
	position: absolute;
	top: 18px;
	/*right: 307px;*/
	left: 625px;
	width: 84px;
	height: 140px;
	background-image: url('fr.png');
	background-repeat: no-repeat;
	z-index: 200;
}

.small #flowerright {
	top: 11px;
	left: 387px;
	width: 52px;
	height: 87px;
	background-image: url('fr_s.png');
}

#house {
	position: absolute;
	top: 46px;
	left: 185px;
	width: 551px;
	height: 131px;
	background-image: url('house.png');
	background-repeat: no-repeat;
	z-index: 1500;
}

.small #house {
	top: 29px;
	left: 115px;
	width: 342px;
	height: 81px;
	background-image: url('house_s.png');
}

#house span {
	display: block;
	width: 551px;
	height: 131px;
}

.small #house span {
	width: 342px;
	height: 81px;
}

#backbottom1 {
	position: absolute;
	bottom: 0px;
	left: 81px;
	width: 512px;
	height: 394px;
	background-image: url('gb1.png');
	background-repeat: no-repeat;
	z-index: 100;
}

.small #backbottom1 {
	left: 50px;
	width: 317px;
	height: 224px;
	background-image: url('gb1_s.png');
}

#heart {
	position: absolute;
	bottom: 192px;
	left: 527px;
	/*right: 473px;*/
	width: 16px;
	height: 17px;
	background-image: url('heart.png');
	background-repeat: no-repeat;
	z-index: 200;
}

.small #heart {
	bottom: 119px;
	left: 327px;
	width: 10px;
	height: 11px;
	background-image: url('heart_s.png');
}

#flower {
	position: absolute;
	bottom: 245px;
	left: 220px;
	/*right: 662px;*/
	width: 134px;
	height: 33px;
	background-image: url('f.png');
	background-repeat: no-repeat;
	z-index: 200;
}

.small #flower {
	bottom: 152px;
	left: 136px;
	width: 83px;
	height: 20px;
	background-image: url('f_s.png');
}

#label17 {
	position: absolute;
	bottom: 155px;
	left: 240px;
	/*right: 501px;*/
	width: 275px;
	height: 80px;
	background-image: url('17.png');
	background-repeat: no-repeat;
	z-index: 1500;
}

.small #label17 {
	bottom: 96px;
	left: 105px;
	width: 171px;
	height: 50px;
	background-image: url('17_s.png');
}

#backbottom2 {
	position: absolute;
	bottom: 0px;
	right: 82px;
	width: 341px;
	height: 394px;
	background-image: url('gb2.png');
	background-repeat: no-repeat;
	z-index: 100;
}

.small #backbottom2 {
	right: 51px;
	width: 211px;
	height: 244px;
	background-image: url('gb2_s.png');
}

#flowerbottom {
	position: absolute;
	bottom: 0px;
	/*left: 605px;*/
	right: 0px;
	width: 411px;
	height: 303px;
	background-image: url('fb.png');
	background-repeat: no-repeat;
	z-index: 200;
}

.small #flowerbottom {
	width: 255px;
	height: 188px;
	background-image: url('fb_s.png');
}

#label25 {
	position: absolute;
	bottom: 65px;
	right: 264px;
	/*bottom: 15px;
	right: 274px;*/ /*left: 635px;*/
	width: 107px;
	height: 126px;
	background-image: url('1.png');
	background-repeat: no-repeat;
	z-index: 1500;
}

.small #label25 {
	bottom: 45px;
	right: 160px;
	/*bottom: 9px;
	right: 170px;*/
	width: 66px;
	height: 78px;
	background-image: url('1_s.png');
}

/*Copyright*****************************************************************************************************/
#copyright {
	width: 500px;
	margin-left: -250px;
	left: 50%;
	bottom: 70px;
	position: absolute;
	font-family: Verdana;
	font-size: 10px;
	/*color: #ED1C24;
	color: #F7A708;*/
	color: #F6861F;
	z-index: 1200;
	text-transform: uppercase;
	text-align: center;
}

.small #copyright {
	width: 350px;
	margin-left: -175px;
	bottom: 50px;
	/*Нельзя из-за Opera font-size: 8px;*/
	font-size: 9px;
}

#copyright a {
	font-size: 10px;
}

.small #copyright a { /*Нельзя из-за Opera font-size: 8px;*/
	font-size: 9px;
}

#smartlogo {
	/*width: 96px;
	height: 27px;*/
	width: 86px;
	height: 24px;
	margin-left: 175px;
	left: 50%;
	bottom: 65px;
	position: absolute;
	z-index: 2000;
}

#smartlogo img {
	width: 100%;
	height: 100%;
}

.small #smartlogo {
	width: 64px;
	height: 18px;
	margin-left: 85px;
	bottom: 50px;
}

#leftlogos {
	margin-left: -530px;
	left: 50%;
	bottom: 60px;
	width: 310px;
	position: absolute;
	font-family: Verdana;
	font-size: 10px;
	color: #F6861F;
	z-index: 1200;
	text-transform: uppercase;
	height: 35px;
}

.small #leftlogos {
	margin-left: -360px;
	bottom: 46px;
	height: 26px;
	width: 150px;
}

#favlogos {
	width: 360px;
	left: 820px;
	top: 5px;
	position: absolute;
	font-family: Verdana;
	font-size: 10px;
	color: #F6861F;
	z-index: 1200;
	text-transform: uppercase;
	height: 30px;
}

.small #favlogos {
	width: 230px;
	left: 500px;
	right: 0%;
	top: 3px;
	height: 20px;
}

#favlogos .support {
	color: green;
	padding-left: 0px;
	font-size: 11px;
}

.small #favlogos .support {
	font-size: 9px;
}

#logos {
	width: 1000px;
	margin-left: -500px;
	left: 50%;
	bottom: 30px;
	position: absolute;
	font-family: Verdana;
	font-size: 10px;
	color: #F6861F;
	z-index: 1200;
	text-transform: uppercase;
	height: 30px;
}

.small #logos {
	width: 740px;
	margin-left: -360px;
	bottom: 20px;
	height: 20px;
}

.logos {
	z-index: 2000 !important;
}

.logos table
{
	width: 100%;
	vertical-align: middle;
	text-align: center;
	height: 100%;
}

.logos .shade
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	background: #fff;
	z-index: -10;
}

.small .logos .shade
{
	bottom: -4px;
}

.logos a img
{
	padding: 0px 9px 0px 9px;
	height: 29px;
	display: block;
}

.small .logos a img
{
	padding: 0px 4px 0px 4px;
	height: 20px;
}

.logos img.h35
{
	height: 35px;
}

.small .logos img.h35
{
	height: 26px;
}

.logos img.h30
{
	height: 30px;
}

.small .logos img.h30
{
	height: 20px;
}

.logos img.hsber
{
	height: 35px;
}

.small .logos img.hsber
{
	height: 26px;
}

.logos img.h25
{
	height: 25px;
}

.small .logos img.h25
{
	height: 16px;
}

.logos img.h20
{
	height: 20px;
}

.small .logos img.h20
{
	height: 13px;
}

.logos img.h15
{
	height: 15px;
}

.small .logos img.h15
{
	height: 12px;
}

.logos img.h12
{
	height: 12px;
}

.small .logos img.h12
{
	height: 10px;
}

.logos img.h10
{
	height: 10px;
}

.small .logos img.h10
{
	height: 8px;
}

/*Menu**********************************************************************************************************/
#menu {
	position: absolute;
	width: 720px;
	top: 50%;
	left: 50%;
	margin-left: -360px;
	margin-top: -205px;
	font-family: Verdana;
	text-transform: uppercase;
	z-index: 3000;
}

#menu .shade {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity =   50);
	background: #fff;
	z-index: -10;
}

#menu a {
	font-size: 16px;
	color: #F05B72;
	text-decoration: none;
	white-space: nowrap;
	padding: 5px;
}

#menu a.selected {
	color: #F7A708;
}

#menu a:hover {
	color: #F7A708;
}

.small #menu {
	width: 560px;
	margin-left: -280px;
	margin-top: -140px;
}

.small #menu a {
	font-size: 12px;
}

/*Glass*********************************************************************************************************/
#glass {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 720px;
	height: 350px;
	margin-left: -360px;
	margin-top: -175px;
	background: transparent;
	z-index: 1000;
}

.small #glass {
	width: 446px;
	height: 216px;
	margin-left: -223px;
	margin-top: -108px;
}

#glass-top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: transparent;
	z-index: 900;
}

#glass-top div {
	position: absolute;
	top: 0px;
	bottom: 175px;
	left: 0px;
	right: 0px;
	background: transparent;
	z-index: 900;
}

.small #glass-top div {
	bottom: 108px;
}

#glass-bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: transparent;
	z-index: 900;
}

#glass-bottom div {
	position: absolute;
	top: 175px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: transparent;
	z-index: 900;
}

.small #glass-bottom div {
	top: 108px;
}

#glass-left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50%;
	height: 100%;
	background: transparent;
	z-index: 900;
}

#glass-left div {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 360px;
	background: transparent;
	z-index: 900;
}

.small #glass-left div {
	right: 223px;
}

#glass-right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50%;
	height: 100%;
	background: transparent;
	z-index: 900;
}

#glass-right div {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 360px;
	right: 0px;
	background: transparent;
	z-index: 900;
}

.small #glass-right div {
	left: 223px;
}

/*Social********************************************************************************************************/

#leftSocial {
	width: 70px;
	margin-left: -150px;
	left: 50%;
	bottom: 80px;
	margin-bottom: 65px;
	position: absolute;
	z-index: 5000;
}

.small #leftSocial {
	margin-left: -135px;
	bottom: 65px;
	margin-bottom: 65px;
}

#rightSocial {
	width: 70px;
	margin-right: -150px;
	right: 50%;
	bottom: 80px;
	margin-bottom: 65px;
	position: absolute;
	z-index: 5000;
}

.small #rightSocial {
	margin-right: -135px;
	bottom: 65px;
	margin-bottom: 65px;
}

#leftSocial a
{
	float: left;
	display: block;
	margin-left: 10px;
}

#rightSocial a
{
	float: right;
	display: block;
	margin-right: 10px;
}

#leftSocial img, #rightSocial img
{
	width: 25px;
	height: 25px;
}

/*Player********************************************************************************************************/
#mp3player {
	position: absolute;
	width: 110px;
	margin-left: -55px;
	left: 50%;
	bottom: 80px;
	margin-bottom: 65px;
	position: absolute;
	z-index: 5000;
}

.small #mp3player {
	position: absolute;
	width: 110px;
	margin-left: -55px;
	left: 50%;
	bottom: 65px;
	margin-bottom: 65px;
	position: absolute;
	z-index: 5000;
}

#notes {
	top: -42px;
	right: -45px;
	position: absolute;
	width: 42px;
	height: 40px;
	background-image: url("notes.png");
	background-repeat: no-repeat;
	display: block;
}

.small #notes {
}

#player {
	position: absolute;
	/*top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;*/
	top: 50%;
	left: 50%;
	width: 720px;
	height: 350px;
	margin-left: -360px;
	margin-top: -175px;
	/*margin-top: -112px;
	margin-left: -200px;
	width: 400px;
	height: 225px;*/
	background: #fff;
	z-index: 10;
}

#player.video {
	width: 630px;
	height: 350px;
	margin-left: -315px;
	margin-top: -175px;
	display: none;
}

#player.video.trailer {
	width: 720px !important;
	height: 350px !important;
	margin-left: -360px !important;
	margin-top: -175px !important;
}

#player.video.spot {
	width: 720px !important;
	height: 352px !important;
	margin-left: -360px !important;
	margin-top: -176px !important;
}

.small #player {
	width: 446px;
	height: 216px;
	margin-left: -223px;
	margin-top: -108px;
	/*
	width: 360px;
	height: 175px;
	margin-left: -180px;
	margin-top: -87px;
	*/
}

.small #player.video {
	width: 388px;
	height: 216px;
	margin-left: -194px;
	margin-top: -108px;
}

.small #player.video.trailer {
	width: 446px !important;
	height: 216px !important;
	margin-left: -223px !important;
	margin-top: -108px !important;
}

#playerplace {
	z-index: 10;
}

/*Frames********************************************************************************************************/
#filmframes {
	position: absolute;
	top: 50%;
	right: 50%;
	margin-right: 20px;
	margin-top: 185px;
	/*margin-top: -20px;
	margin-top: -50px;*/
	font-family: Verdana;
	text-transform: uppercase;
	z-index: 3000;
}

.small #filmframes {
	margin-left: 20px;
	margin-top: 110px;
	/*margin-right: 230px;
	margin-top: -35px;*/ /*margin-top: -20px;*/
}

#filmframes .shade {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity =   50);
	background: #fff;
	z-index: -10;
}

#filmframes a {
	color: #F05B72;
	text-decoration: none;
	font-size: 16px;
	white-space: nowrap;
}

.small #filmframes a {
	font-size: 12px;
}

#filmframes.selected a {
	color: #F7A708 !important;
}

#filmframes a:hover {
	color: #F7A708;
}

#filmmaking {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 20px;
	margin-top: 185px;
	/*top: 50%;
	left: 50%;
	margin-left: 370px;
	margin-top: -20px;*/
	font-family: Verdana;
	text-transform: uppercase;
	z-index: 3000;
}

.small #filmmaking {
	margin-left: 20px;
	margin-top: 110px;
	/*margin-right: 230px;
	margin-top: -5px;*/ /*margin-top: -20px;*/
}

#filmmaking .shade {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity =   50);
	background: #fff;
	z-index: -10;
}

#filmmaking a {
	color: #F05B72;
	text-decoration: none;
	font-size: 16px;
	white-space: nowrap;
}

.small #filmmaking a {
	font-size: 12px;
}

#filmmaking.selected a {
	color: #F7A708 !important;
}

#filmmaking a:hover {
	color: #F7A708;
}

#gallery {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 720px;
	height: 350px;
	margin-left: -360px;
	margin-top: -175px;
	z-index: 2000;
}

.small #gallery {
	width: 446px;
	height: 216px;
	margin-left: -223px;
	margin-top: -108px;
}

#gallery .container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#gallery .container .prevbutton {
	position: absolute;
	top: 140px;
	left: 0px;
	width: 45px;
	height: 45px;
	background-image: url("coolprev.gif");
	filter: alpha(opacity =   60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	z-index: 2000;
	cursor: pointer;
}

.small #gallery .container .prevbutton {
	top: 75px;
}

#gallery .container .nextbutton {
	position: absolute;
	top: 140px;
	right: 0px;
	width: 45px;
	height: 45px;
	background-image: url("coolnext.gif");
	filter: alpha(opacity =   60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	z-index: 2000;
	cursor: pointer;
}

.small #gallery .container .nextbutton {
	top: 75px;
}

#gallery .ribbon {
	position: relative;
	/*background: #1E1A17;*/
	height: 100%;
	width: 50000px;
}

#gallery .ribbontop {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 42px;
	background-image: url("frametop_w.png");
}

.small #gallery .ribbontop {
	height: 21px;
	background-image: url("frametop_w_s.png");
}

#gallery .ribbonbottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 42px;
	background-image: url("framebottom_w.png");
}

.small #gallery .ribbonbottom {
	height: 21px;
	background-image: url("framebottom_w_s.png");
}

#gallery .ribbonmiddle {
	position: absolute;
	top: 42px;
	bottom: 42px;
	background: #1E1A17;
}

.small #gallery .ribbonmiddle {
	top: 21px;
	bottom: 21px;
}

#gallery .frame {
	position: relative;
	float: left;
	height: 100%;
	display: none;
}

#gallery .empty {
	height: 266px;
	width: 150px;
	background: transparent;
	margin: 0px 10px 0px 10px;
}

.small #gallery .empty {
	height: 174px;
	width: 75px;
	margin: 0px 5px 0px 5px;
}

#gallery .frame img {
	height: 266px;
	margin: 0px 10px 0px 10px;
}

.small #gallery .frame img {
	height: 174px;
	margin: 0px 5px 0px 5px;
}

#gallery .frame .shadow {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 10px;
	right: 10px;
	z-index: 1000;
	background: transparent;
	cursor: pointer;
}

.small #gallery .frame .shadow {
	left: 5px;
	right: 5px;
}

#gallery .frame .shade {
	width: 100%;
	height: 100%;
	filter: alpha(opacity =   60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	background: #fff;
}

#gallery .left {
	margin-left: 0px !important;
	left: 0px !important;
	cursor: default !important;
}

#gallery .right {
	margin-right: 0px !important;
	right: 0px !important;
	cursor: default !important;
}

/*Content*******************************************************************************************************/
#soundtracscontent {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 150px;
	margin-left: -200px;
	margin-top: -75px;
	z-index: 2000;
	font-family: Verdana;
}

.small #soundtracscontent {
	width: 300px;
	height: 100px;
	margin-left: -150px;
	margin-top: -50px;
}

#soundtracscontent .song {
	margin: 15px;
}

.small #soundtracscontent .song {
	margin: 10px;
}

#soundtracscontent a {
	font-size: 16px;
}

.small #soundtracscontent a {
	font-size: 12px;
}

#aboutcontent {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 300px;
	margin-left: -300px;
	margin-top: -150px;
	z-index: 2000;
	font-family: Verdana;
	font-size: 14px;
}

.small #aboutcontent {
	width: 446px;
	height: 216px;
	margin-left: -223px;
	margin-top: -108px;
	font-size: 12px;
}

#aboutcontent p {
	text-indent: 25px;
	padding-left: 5px;
	text-align: justify;
	color: #F6861F;
}

.small #aboutcontent p {
	text-indent: 15px;
}

/**********************************************************************/
#presscontent {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 50px;
	margin-left: -300px;
	margin-top: -25px;
	z-index: 2000;
	font-family: Verdana;
}

.small #presscontent {
	width: 400px;
	height: 50px;
	margin-left: -200px;
	margin-top: -25px;
}

#presscontent a {
	font-size: 16px;
}

.small #presscontent a {
	font-size: 12px;
}

/**********************************************************************/
#eventcontent {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 300px;
	margin-left: -250px;
	margin-top: -150px;
	z-index: 2000;
	font-family: Verdana;
}

.small #eventcontent {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 446px;
	height: 230px;
	margin-left: -223px;
	margin-top: -115px;
}

#eventcontent .back {
	position: relative;
	width: 75px;
	margin: 0px auto 0px auto;
	margin-top: 15px;
	text-transform: uppercase;
	text-align: center;
	display: none;
}

.small #eventcontent .back {
	width: 50px;
	margin-top: 10px;
}

#eventcontent .back .shade {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity =   50);
	background: #fff;
	z-index: -10;
}

#eventcontent .back a {
	color: #F05B72;
	text-decoration: none;
	font-size: 16px;
	white-space: nowrap;
}

#eventcontent .back a:hover {
	color: #F7A708;
}

.small #eventcontent .back a {
	font-size: 12px;
}

.event {
	min-height: 100px;
	margin: 10px 0px 10px 0px;
	position: relative;
}

.event .photo {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url("defaultevent.jpg");
	background-repeat: no-repeat;
}

.event .photo img {
	cursor: pointer;
}

.event .name {
	width: 380px;
	position: relative;
	top: 0px;
	left: 105px;
	font-size: 20px;
	color: #F6861F;
}

.event .name a {
	font-size: 20px;
	color: #F6861F;
}

.small .event .name {
	font-size: 17px;
	width: 330px;
}

.small .event .name a {
	font-size: 17px;
	color: #F6861F;
}

.event .text {
	width: 365px;
	position: relative;
	left: 105px;
	font-size: 14px;
	color: #F6861F;
	text-align: justify;
}

.small .event .text {
	font-size: 12px;
	width: 310px;
}

.event a.more {
	font-weight: bold;
	font-size: 14px;
	color: #F6861F;
}

.small .event a.more {
	font-size: 12px;
}

.event .text p {
	text-indent: 25px;
	text-align: justify;
}

.small .event .text p {
	text-indent: 15px;
}

#event {
	width: 465px;
}

.small #event {
	width: 415px;
}

#event .name {
	font-size: 24px;
	color: #F6861F;
}

.small #event .name {
	font-size: 20px;
}

#event .text {
	color: #F6861F;
	text-align: justify;
	font-size: 14px;
}

.small #event .text {
	font-size: 12px;
}

#event .photos {
	margin-top: 10px;
}

#event .photos img {
	padding: 1px;
	width: 75px;
	height: 75px;
	cursor: pointer;
	float: left;
}

.small #event .photos img {
	padding: 1px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	float: left;
}

#event .text p {
	text-indent: 25px;
	text-align: justify;
}

.small #event .text p {
	text-indent: 15px;
}

/**********************************************************************/
#videocontent {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 300px;
	margin-left: -250px;
	margin-top: -150px;
	z-index: 2000;
	font-family: Verdana;
}

.small #videocontent {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 446px;
	height: 230px;
	margin-left: -223px;
	margin-top: -115px;
}

#videoback {
	position: absolute;
	width: 75px;
	text-transform: uppercase;
	text-align: center;
	display: none;
	margin-left: -37px;
	left: 50%;
	bottom: 240px;
	z-index: 2000;
}

.small #videoback {
	width: 50px;
	margin-left: -25px;
	left: 50%;
	bottom: 190px;
}

#videoback .shade {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity =   50);
	background: #fff;
	z-index: -10;
}

#videoback a {
	color: #F05B72;
	text-decoration: none;
	font-size: 16px;
	white-space: nowrap;
}

#videoback a:hover {
	color: #F7A708;
}

.small #videoback a {
	font-size: 12px;
}

.video {
	min-height: 100px;
	margin: 10px 0px 10px 0px;
	position: relative;
}

.video .photo {
	width: 180px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url("defaultevent.jpg");
	background-repeat: no-repeat;
}

.video .photo img {
	cursor: pointer;
}

.video .name {
	width: 295px;
	position: relative;
	top: 0px;
	left: 190px;
	font-size: 20px;
	color: #F6861F;
}

.video .name a {
	font-size: 20px;
	color: #F6861F;
}

.small .video .name {
	font-size: 17px;
	width: 245px;
}

.small .video .name a {
	font-size: 17px;
	color: #F6861F;
}

.video .text {
	width: 280px;
	position: relative;
	left: 190px;
	font-size: 14px;
	color: #F6861F;
	text-align: justify;
}

.small .video .text {
	font-size: 12px;
	width: 225px;
}

.video a.more {
	font-weight: bold;
	font-size: 14px;
	color: #F6861F;
}

.small .video a.more {
	font-size: 12px;
}

.video .text p {
	text-indent: 25px;
	text-align: justify;
}

.small .video .text p {
	text-indent: 15px;
}

/**********************************************************************/
#groupcontent {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 300px;
	margin-left: -250px;
	margin-top: -150px;
	z-index: 2000;
	font-family: Verdana;
}

.small #groupcontent {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 446px;
	height: 230px;
	margin-left: -223px;
	margin-top: -115px;
}

.participant {
	height: 100px;
	margin: 10px 0px 10px 0px;
	position: relative;
}

.participant .photo {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #ccc;
}

.participant .photo img {
	cursor: pointer;
}

.participant .name {
	width: 380px;
	position: relative;
	top: 0px;
	left: 105px;
	font-size: 24px;
	color: #F6861F;
}

.small .participant .name {
	font-size: 20px;
	width: 330px;
}

.participant .job {
	width: 380px;
	position: relative;
	left: 105px;
	font-size: 16px;
	color: #F6861F;
}

.small .participant .job {
	font-size: 14px;
	width: 330px;
}

.participant .url {
	position: relative;
	left: 105px;
	bottom: 0px;
	width: 330px;
}

.participant .url a {
	font-size: 14px;
}

/**********************************************************************/
#actorscontent {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 300px;
	margin-left: -250px;
	margin-top: -150px;
	z-index: 2000;
	font-family: Verdana;
}

.small #actorscontent {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 446px;
	height: 230px;
	margin-left: -223px;
	margin-top: -115px;
}

.actor {
	height: 100px;
	margin: 10px 0px 10px 0px;
	position: relative;
}

.actor .photo {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #ccc;
}

.actor .photo img {
	cursor: pointer;
}

.actor .nick {
	width: 380px;
	position: relative;
	top: 0px;
	left: 105px;
	font-size: 24px;
	color: #F6861F;
}

.small .actor .nick {
	font-size: 20px;
	width: 330px;
}

.actor .name {
	width: 380px;
	position: relative;
	left: 105px;
	font-size: 16px;
	color: #F6861F;
}

.small .actor .name {
	font-size: 14px;
	width: 330px;
}

.actor .url {
	position: relative;
	left: 105px;
	bottom: 0px;
	width: 330px;
}

.actor .url a {
	font-size: 14px;
}

#actorscontent .also {
	margin-top: 30px;
	margin-bottom: 10px;
	width: 380px;
	position: relative;
	left: 10px;
	font-size: 20px;
	color: #F6861F;
}

.small #actorscontent  .also {
	font-size: 18px;
	width: 330px;
	left: 18px;
}

.coactor {
	position: relative;
	width: 380px;
	position: relative;
	left: 105px;
	font-size: 16px;
	color: #F6861F;
}

.small .coactor {
	position: relative;
	width: 330px;
	font-size: 14px;
}

/**********************************************************************/
#popup {
	position: absolute;
	top: 50%;
	/*left: 50%;*/
	margin-top: -200px;
	/*margin-left: -200px;*/
	height: 400px;
	z-index: 10000;
	background: transparent;
	display: none;
	border: 1px solid #000;
}

#popup .content img {
	height: 400px;
	cursor: pointer;
}

#popup .close {
	position: absolute;
	top: 5%;
	right: 5%;
	width: 25px;
	height: 23px;
	background-image: url("close.png");
	cursor: pointer;
}

#popupshadow {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 9000;
	background: transparent;
	cursor: pointer;
	display: none;
}

#popupshadow .shade {
	width: 100%;
	height: 100%;
	filter: alpha(opacity =   80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	background: #000;
}

/***********************************************************************/
a.switchDesc {
	
}

#desc {
	font-family: Verdana;
	color: #F6861F;
	width: 600px;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -300px;
	padding: 20px;
}