.widget_eventslider1 { position:relative; width:280px; height:280px; background:#1f55a5; padding:15px; }
.widget_eventslider1 .photoslide {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border-bottom-width: 6px;
	width: 250px; /*width of featured content slider*/
  height: 170px;
}
.widget_eventslider1 h6 { 
  height: 35px; 
  font-size: 20px; 
  padding-top: 0px; 
  color:#fff; 
  text-decoration: none; 
  position: relative;
}
.widget_eventslider1 h6:after {
  position: absolute;
  content: '';
  width: 80px;
  left: 0;
  bottom: 5px;
  border-width: 0 0 2px;
  border-style: solid;
}
.widget_eventslider1 .photoslide .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px;
  margin: 0; 
	x-background: white;
	width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.widget_eventslider1 .photoslide .contentdiv .date { color: #fff; font-size:14px; line-height: 140%;}
.widget_eventslider1 .photoslide .contentdiv .title { color: #fff; font-size:20px; line-height: 140%;}
.widget_eventslider1 .photoslide .contentdiv .title a { color: #fff; }
.widget_eventslider1 .photoslide .contentdiv .title a:hover { color:#eee; text-decoration:none; }
.widget_eventslider1 .photoslide .contentdiv .showmore { 
  position: absolute;
  margin-top: 20px;
  padding: 5px 20px 5px;
  border: solid 1px #fff;
  text-align: center;
  bottom: 10px;
  right: 0px;
  background: #1f497d;
}
.widget_eventslider1 .photoslide .contentdiv .showmore:hover { border-color: #eee; }
.widget_eventslider1 .photoslide .contentdiv .showmore a { color:#fff; font-size:15px; }
.widget_eventslider1 .photoslide .contentdiv .showmore a:hover { text-decoration:none; color:#eee; }
  
.widget_eventslider1 .photoslide .contentdiv .thumb { float:left; display:inline-block; margin:0 0 0 0; }
.widget_eventslider1 .photoslide .contentdiv .thumb img{ border:0; width:236px; height:132px; display:block; }
.widget_eventslider1 .photoslide .contentdiv .subject { border:0; position:absolute; display:block; bottom:0; width:100%; height:40px; z-index:100; padding:3px;}
.widget_eventslider1 .photoslide .contentdiv .subject a { font-weight:bold; font-family:dotum, gothic; }
.widget_eventslider1 .photoslide .contentdiv .content { display:none; }

.widget_eventslider1 .pagination { position:absolute; x-width:100px; margin: 10px 0; padding-right:10px; bottom:0px; right: 0px; text-align: right; }
.widget_eventslider1 .pagination a { font-size:0px; padding:8px; text-decoration: none; color: #777; background: transparent; }
.widget_eventslider1 .pagination a.toc { width:16px; height:16px; border-radius:8px; background:#92aed5; color:#92aed5; }
.widget_eventslider1 .pagination a.toc.selected { background:#fff; color:#fff; }
.widget_eventslider1 .pagination .prev { display:none; }
.widget_eventslider1 .pagination .next { display:none; }


