﻿/* Styles to display the home content */

.carousel-container {
    margin-bottom: 20px;
}

.carousel-container > .left {
    float: left;
    width: 680px;
}
.carousel-container > .left .BorderedImage {
    width: 680px;
    border: 1px solid #aaaaaa;
}

.carousel-container > .right {
    float: right;
    width: 280px;
    height: 356px;
    position: relative;
}

.carousel-container > .right .DatePicker {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.ls-layer .EditButton
{
    top: 10px;
    right: 35px;
}

.ls-layer .DeleteButton
{
    top: 10px;
    right: 5px;
}

.ls-layer > .title {
    border-radius: 5px;
	padding: 5px 15px;
	font-size: 30px;
	color: white;
	background: rgba(241, 147, 0, 0.75);	
}

.ls-layer > .description {
    border-radius: 5px;
	padding: 10px 20px;
	background: rgba(228, 228, 228, 0.75);	
}