#container2 {
	position: relative;
	display: none;
	top: 0;
	width: 100%;
}

#panel2 {
	background: transparent url(css/images/bg35.png);
	height: auto;
    /*min-height: 100px;*/
	width: 100%;
    box-shadow: 0px 0px 5px #000;
}

#panel3 {
	width: 50%;
}

#breadContainer {
	position: relative;
	float: rigth;
	right: 0;
	text-align: right;
	padding: 10px;
}

#breadContainer ul {
	list-style-type: none;
}

#breadContainer li {
	display: inline;
}
#container {
    position: absolute;
	bottom: 32px;
}
#footer{
	display: none;
}

#footer2 {
    display: block;
	position: absolute;
	width: 100%;
	text-align: right;
	right: 0;
	bottom: 0;
	padding: 10px;
	padding-right: 30px;
	font-size: 1em;
	/*background: transparent url(css/images/bg80.png);*/
	background-color: black;
}

#rw_email_contact {
	
}

#showtitle {
	text-align: right;
    right: 20px;
	padding: 12px;
}

.title {
    margin-top: 10px;
    font-size: 1.2em;
    margin-right: 20px;
}

.imagecount {
    margin-top: 5px;
	top: 0;
	margin-right: 20px;	
}
#myExtraContent1 {
	width: 97%;
	padding-bottom: 20px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){ 
#container {
	bottom: 42px;
}
}

@media only screen and (max-device-width: 480px){
#container {
	bottom: 42px;
}
}
