


#content UL LI {
	margin: 0.5em 0;
}

#ChangeBUTTONS {
	display: table;
	width: 100%;
	padding: 1px 0;
	font-size: 1.7em;
	margin-bottom: 5px;
}

#ChangeBUTTONS SPAN {
	padding: 3px 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	display: table-cell;
	line-height: 0.9em;
	opacity: 0.5;
	cursor: pointer;
	border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: opacity 0.3s, width 0.3s, padding 0.3s;
	-o-transition: opacity 0.3s, width 0.3s, padding 0.3s;
	-ms-transition: opacity 0.3s, width 0.3s, padding 0.3s;
	-moz-transition: opacity 0.3s, width 0.3s, padding 0.3s;
	-webkit-transition: opacity 0.3s, width 0.3s, padding 0.3s;
	width: 5em;
	min-width: 5em;
	overflow: hidden;
}

#ChangeBUTTONS SPAN I {
	text-align: left;
	font-style: normal;
	display: inline-block;
	width: 0;
	white-space: nowrap;
	text-indent: 2em;
	transition: width 0.3s, text-indent 0.3s;
	-o-transition: width 0.3s, text-indent 0.3s;
	-ms-transition: width 0.3s, text-indent 0.3s;
	-moz-transition: width 0.3s, text-indent 0.3s;
	-webkit-transition: width 0.3s, text-indent 0.3s;
}

#ChangeBUTTONS SPAN:hover {
	opacity: 1;
}

#ChangeBUTTONS SPAN#Foto {
	-background-color: #0099D3;
	background-color: #CCEBF6;
	border: 1px solid #0099D3;
	margin-right: 0.8em;
}

#ChangeBUTTONS SPAN#Logo {
	text-align: center;
	margin: 0 1em;
	-margin-left: 2em;
	background-color: #EFF3D7;
	border: 1px solid #B0C436;
	width: 9em;
	min-width: 9em;
}

#ChangeBUTTONS SPAN#Sochi {
	text-align: right;
	background-color: #FFB870;
	border: 1px solid #CC7A29;
}

#ChangeBUTTONS.FotoLINE SPAN#Foto,
#ChangeBUTTONS.LogosLINE SPAN#Logo,
#ChangeBUTTONS.SochiLINE SPAN#Sochi {
	padding-left: 1em;
	padding-right: 1em;
	opacity: 1;
	width: 15em;
}

#ChangeBUTTONS.FotoLINE SPAN#Foto I,
#ChangeBUTTONS.LogosLINE SPAN#Logo I,
#ChangeBUTTONS.SochiLINE SPAN#Sochi I {
	width: 13em;
	text-indent: 0;
}

.ImagesLINE {
	clear: both;
	overflow: hidden;
	opacity: 1;
	white-space: nowrap;
	-width: 950px;
	text-indent: 0;
	box-shadow: 0 0 15px -5px #000000 inset;
	-o-box-shadow: 0 0 15px -5px #000000 inset;
	-ms-box-shadow: 0 0 15px -5px #000000 inset;
	-moz-box-shadow: 0 0 15px -5px #000000 inset;
	-webkit-box-shadow: 0 0 15px -5px #000000 inset;
}

#FotoLINE,
#SochiLINE {
	height: 265px;
	line-height: 265px;
}

#LogosLINE {
	height: 160px;
	padding-top: 7px;
}

#FotoLINE.HIDDEN,
#LogosLINE.HIDDEN,
#SochiLINE.HIDDEN {
	opacity: 0;
	height: 0;
	padding: 0;
}

.ImagesLINE.Transition {
	border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: text-indent 1.5s, opacity 0.3s, height 0.3s;
	-o-transition: text-indent 1.5s, opacity 0.3s, height 0.3s;
	-ms-transition: text-indent 1.5s, opacity 0.3s, height 0.3s;
	-moz-transition: text-indent 1.5s, opacity 0.3s, height 0.3s;
	-webkit-transition: text-indent 1.5s, opacity 0.3s, height 0.3s;
}

.ImagesLINE IMG {
	margin-left: 15px;
	vertical-align: middle;
	box-shadow: 0 0 3px transparent;
	-o-box-shadow: 0 0 3px transparent;
	-ms-box-shadow: 0 0 3px transparent;
	-moz-box-shadow: 0 0 3px transparent;
	-webkit-box-shadow: 0 0 3px transparent;
}

.ImagesLINE#FotoLINE IMG,
.ImagesLINE#SochiLINE IMG {
	margin-left: 15px;
	vertical-align: middle;
	box-shadow: 0 0 3px #151515;
	-o-box-shadow: 0 0 3px #151515;
	-ms-box-shadow: 0 0 3px #151515;
	-moz-box-shadow: 0 0 3px #151515;
	-webkit-box-shadow: 0 0 3px #151515;
}

.ImagesLINE IMG.Transition {
	margin-left: 0;
	width: 0;
	visibility: hidden;
	transition: margin-left 1.5s, width 1.5s;
	-o-transition: margin-left 1.5s, width 1.5s;
	-ms-transition: margin-left 1.5s, width 1.5s;
	-moz-transition: margin-left 1.5s, width 1.5s;
	-webkit-transition: margin-left 1.5s, width 1.5s;
}

.ImagesLINE IMG:hover {
	box-shadow: 0 0 3px 1px Orange;
}
