.modalPopupRegister
{
    position: absolute !Important;
    top: 190px !Important;
    margin: 0 auto;
    background-color: Transparent;
    width: 470px;
}

.modalPopupSplash {
    position: absolute !Important;
    top: 190px !Important;
    margin: 0 auto;
    background-color: Transparent;
    width: 1003px;
}

.modalPopupRegister h1
{
    margin-bottom: 15px;
}
.modalPopupRegister h2
{
    margin-bottom: 15px;
}
.popupRegisterContent
{
    clear: both;
    background-color: #fff;
    padding: 15px;
    width: 440px;
    margin-bottom: 20px;
}
.popupSplashContent
{
    clear: both;
    background-color: #fff;
    padding: 15px;
    width: 973px;
    margin-bottom: 20px;
}
.popupRegisterContent img
{
    margin: 0 10px 10px 0;
}
.closePopup
{
    float: right;
    background-color: #fff;
    background-image: url(Media/close.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 17px;
    line-height: 17px;
    display: block;
    padding-left: 22px;
    padding-right: 12px;
    margin-right: 15px;
	text-decoration: none;
}
.closePopup:hover
{
    /*background-image: url(Media/close_hover.png);*/
}
.modalPopupRegister a,
.modalPopupSplash a
{
	color: #898b86;
}
.modalPopupRegister a:hover,
.modalPopupSplash a:hover
{
	color: #f6c502 !Important;
}
.error
{
    color: #898b86 !Important;
    background-image: url(Media/error.png);
    background-position: left 3px;
    background-repeat: no-repeat;
    padding-left: 17px;
    display: block;
    /*float: left;*/
    margin-bottom: 0px;
}
.h50
{
}
.modalPopupRegister .go
{
    width: 80px;
    display: block;
    height: 18px;
    line-height: 18px;
    background-color: #e12981;
    float: left;
    margin-right: 10px;
    color: #fff;
    text-decoration: none;
    padding-left: 4px;

    /*height: 18px;
    background-image: url(Media/left.png);
    background-repeat: no-repeat;
    background-position: center left;
    float: left;
	display: block;
	padding-left: 8px;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;*/
}
.modalPopupRegister .go span
{
    /*background-image: url(Media/right.png);
	background-position: right top;
	float: left;
	display: block;
	height: 18px;
	line-height: 18px;
	color: #fff;
	cursor: pointer;
	padding-right: 8px;
	margin-right: 12px;*/
}
.modalPopupRegister .go span:hover
{
	color: #898b86;
}
.modalPopupRegister .cancel
{
	float: left;
	display: block;
	height: 18px;
	line-height: 18px;
}
.modalPopupSlideShow
{
    position: absolute !Important;
    top: 190px !Important;
    margin: 0 auto;
    background-color: Transparent;
    width: 654px;
    height: 1000px;
}
.modalPopupSlideShow .closePopup
{
    float: left;
    background-color: #fff;
    background-image: url(Media/close.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 17px;
    line-height: 17px;
    display: block;
    padding-left: 22px;
    padding-right: 12px;
    margin-left: 15px;
	text-decoration: none;
	color: #898b86;
}
.modalPopupSlideShow .closePopup:hover
{
	color: #f6c502 !Important;
    /*background-image: url(Media/close_hover.png);*/
}
.popupSlideShowContent
{
    clear: both;
    background-color: #fff;
    padding: 7px;
    width: 640px;
    margin-bottom: 20px;
}
.slideShow 
{
    position: relative;
    height: 486px;
}
.slideButtons 
{
    position: relative;
    display: block;
    background-color: #c8ccc5;
    height: 32px;
    text-align: center;
    margin-bottom: 5px;
    padding-top: 5px;
}
.slideButtons .start
{
    border: 0 none;
    background-color: Transparent;
    cursor: pointer;
    background-image: url(Media/Player/start.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
}
.slideButtons .start:hover
{
    background-image: url(Media/Player/start_hover.png);
}
.slideButtons .preve
{
    border: 0 none;
    background-color: Transparent;
    cursor: pointer;
    background-image: url(Media/Player/prev.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
}
.slideButtons .preve:hover
{
    background-image: url(Media/Player/prev_hover.png);
}
.slideButtons .play
{
    border: 0 none;
    background-color: Transparent;
    cursor: pointer;
    background-image: url(Media/Player/play.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
}
.slideButtons .play:hover
{
    background-image: url(Media/Player/play_hover.png);
}
.slideButtons .pause
{
    border: 0 none;
    background-color: Transparent;
    cursor: pointer;
    background-image: url(Media/Player/pause.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
}
.slideButtons .pause:hover
{
    background-image: url(Media/Player/pause_hover.png);
}
.slideButtons .nexte
{
    border: 0 none;
    background-color: Transparent;
    cursor: pointer;
    background-image: url(Media/Player/next.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
}
.slideButtons .nexte:hover
{
    background-image: url(Media/Player/next_hover.png);
}
.slideButtons .end
{
    border: 0 none;
    background-color: Transparent;
    cursor: pointer;
    background-image: url(Media/Player/end.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
}
.slideButtons .end:hover
{
    background-image: url(Media/Player/end_hover.png);
}
.slideButtons .full
{
    position: absolute;
    right: 10px;
    bottom: 10px;
    border: 0 none;
    background-color: Transparent;
    cursor: pointer;
    background-image: url(Media/Player/fullscreen.png);
    background-repeat: no-repeat;
    width: 23px;
    height: 18px;
}
.slideButtons .choiceOptions
{
    position: absolute;
    right: 37px;
    bottom: 10px;
}
.slideButtons .options
{
    height: 18px;
    background-image: url(Media/Player/optionen_left.png);
    background-repeat: no-repeat;
    background-position: center left;
    float: left;
	display:block;
	padding-left:20px;
	cursor:pointer;
	text-decoration: none;
	font-weight: bold;
	margin-left: 4px;
}
.slideButtons .options span
{
    background-image: url(Media/expand2.png);
	background-position:right top;
	float: left;
	display: block;
	height:18px;
	line-height:18px;
	color:#fff;
	cursor:pointer;
	padding-right: 17px;
}
/*
.slideButtons .full:hover
{
    background-image: url(Media/Player/fullscreen_hover.png);
}
*/
.slideCounter
{
    font-weight: bold;
}
.slideTitle
{
}
.slideDescription
{
}
.slideFunctions
{
    position: absolute;
    right: -7px !Important;
    right: 0px;
    top: 500px;
    width: 282px;
    height: 18px;
    z-index: 2;
}
.slideFunctions .send
{
    height: 18px;
    background-image: url(Media/Player/send_left.png);
    background-repeat: no-repeat;
    background-position: center left;
    float: left;
	display:block;
	padding-left:24px;
	cursor:pointer;
	text-decoration: none;
	font-weight: bold;
}
.slideFunctions .send span
{
    background-image: url(Media/expand2.png);
	background-position:right top;
	float: left;
	display: block;
	height:18px;
	line-height:18px;
	color:#fff;
	cursor:pointer;
	padding-right: 17px;
	margin-right: 4px;
}
.slideFunctions .down
{
    height: 18px;
    background-image: url(Media/Player/download_left.png);
    background-repeat: no-repeat;
    background-position: center left;
    float: left;
	display:block;
	padding-left:22px;
	cursor:pointer;
	text-decoration: none;
	font-weight: bold;
}
.slideFunctions .down span
{
    background-image: url(Media/expand2.png);
	background-position:right top;
	float: left;
	display: block;
	height:18px;
	line-height:18px;
	color:#fff;
	cursor:pointer;
	padding-right: 17px;
	margin-right: 4px;
}
.slideFunctions .shar
{
    height: 18px;
    background-image: url(Media/share_left.png);
    background-repeat: no-repeat;
    background-position: center left;
    float: left;
	display:block;
	padding-left:20px;
	cursor:pointer;
	text-decoration: none;
	font-weight: bold;
}
.slideFunctions .shar span
{
    background-image: url(Media/expand2.png);
	background-position:right top;
	float: left;
	display: block;
	height:18px;
	line-height:18px;
	color:#fff;
	cursor:pointer;
	padding-right: 17px;
}
.summary
{
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}
.summary ul
{
    list-style-type: circle;
    list-style-position: outside;
    margin-left: 20px;
    font-weight: normal;
}
.summary ul li
{
    margin-top: 5px;
}
.benefits
{
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}
.benefits ul
{
    list-style-type: circle;
    list-style-position: outside;
    margin-left: 20px;
    font-weight: normal;
}
.benefits ul li
{
    margin-top: 5px;
}
