.defaultimage {
	border:4px solid #E7E6E4;
	border-radius: 5px;
}
.selectedimage1 {
	border:4px solid #E99C78;
	border-radius: 5px;
}
.selectedimage2 {
	border:4px solid #E99C78;
	border-radius: 5px;
}
.selectedimage3 {
	border:4px solid #E99C78;
	border-radius: 5px;
}
.selectedimage4 {
	border:4px solid #E99C78;
	border-radius: 5px;
}
.selectedimage5 {
	border:4px solid #E99C78;
	border-radius: 5px;
}
.selectedimage6 {
	border:4px solid #E99C78;
	border-radius: 5px;
}
#yt_videosurround {
	position: relative;
	margin: 10px auto;
}

#yt_embededvideo{
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
}

.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
   	border-radius: 10px;
    background: #E7E6E4;
    border: 0px solid #E99C78;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 475px; /*340*/
    padding: 10px 40px 20px 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top:15px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 120px;
    height: 270px; /*245*/
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  475px;
    height: 170px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  120px;
    height: 270px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 120px;
    height: 180px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 20px;
    margin-right: 20px;
	cursor: pointer;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #E7E6E4;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
/*.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 30px;
    right: 0px;
    width: 32px;
    height: 40px;
    cursor: pointer;
    background: transparent url(../images/next-horizontal.png) no-repeat 0 0;
}*/

/*.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(../images/prev-horizontal.png);
}*/

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    /*background-position: -32px 0;*/
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    /*background-position: -64px 0;*/
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/*.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 30px;
    left: 5px;
    width: 32px;
    height: 40px;
    cursor: pointer;
    background: transparent url(../images/prev-horizontal.png) no-repeat 0 0;
}*/

/*.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../images/next-horizontal.png);
}*/

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    /*background-position: -32px 0;*/
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    /*background-position: -64px 0;*/
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
/*.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/next-vertical.png) no-repeat 0 0;
}*/

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

/*.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/prev-vertical.png) no-repeat 0 0;
}*/

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}


/* with scroll */
.jcarousel-skin-tango-with-scroll .jcarousel-container {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
   	border-radius: 10px;
    background: #BDBBFF;
    border: 0px solid #E99C78;
}

.jcarousel-skin-tango-with-scroll .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango-with-scroll .jcarousel-container-horizontal {
    width: 450px;
    padding: 10px 40px 20px 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top:15px;
}

.jcarousel-skin-tango-with-scroll .jcarousel-container-vertical {
    width: 120px;
    height: 270px;
    padding: 40px 20px;
}

.jcarousel-skin-tango-with-scroll .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango-with-scroll .jcarousel-clip-horizontal {
    width:  450px;
    height: 170px;
}

.jcarousel-skin-tango-with-scroll .jcarousel-clip-vertical {
    width:  120px;
    height: 270px;
}

.jcarousel-skin-tango-with-scroll .jcarousel-item {
    width: 120px;
    height: 180px;
}

.jcarousel-skin-tango-with-scroll .jcarousel-item-horizontal {
	margin-left: 15px;
    margin-right: 15px;
	cursor: pointer;
}

.jcarousel-skin-tango-with-scroll .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango-with-scroll .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango-with-scroll .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango-with-scroll .jcarousel-next-horizontal {
    position: absolute;
    top: 30px;
    right: 15px;
    width: 32px;
    height: 40px;
    cursor: pointer;
    background: transparent url(../images/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango-with-scroll .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(../images/prev-horizontal.png);
}

.jcarousel-skin-tango-with-scroll .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango-with-scroll .jcarousel-next-horizontal:focus {
    /*background-position: -32px 0;*/
}

.jcarousel-skin-tango-with-scroll .jcarousel-next-horizontal:active {
    /*background-position: -64px 0;*/
}

.jcarousel-skin-tango-with-scroll .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango-with-scroll .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango-with-scroll .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango-with-scroll .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango-with-scroll .jcarousel-prev-horizontal {
    position: absolute;
    top: 30px;
    left: 5px;
    width: 32px;
    height: 40px;
    cursor: pointer;
    background: transparent url(../images/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango-with-scroll .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../images/next-horizontal.png);
}

.jcarousel-skin-tango-with-scroll .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango-with-scroll .jcarousel-prev-horizontal:focus {
    /*background-position: -32px 0;*/
}

.jcarousel-skin-tango-with-scroll .jcarousel-prev-horizontal:active {
    /*background-position: -64px 0;*/
}

.jcarousel-skin-tango-with-scroll .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango-with-scroll .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango-with-scroll .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango-with-scroll .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango-with-scroll .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango-with-scroll .jcarousel-next-vertical:hover,
.jcarousel-skin-tango-with-scroll .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango-with-scroll .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango-with-scroll .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango-with-scroll .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango-with-scroll .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango-with-scroll .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango-with-scroll .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango-with-scroll .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango-with-scroll .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango-with-scroll .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango-with-scroll .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango-with-scroll .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango-with-scroll .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango-with-scroll .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}





